svn commit: r357962 - head/graphics/libpano12
Vanilla I. Shu
vanilla at FreeBSD.org
Mon Jun 16 09:48:23 UTC 2014
Author: vanilla
Date: Mon Jun 16 09:48:22 2014
New Revision: 357962
URL: http://svnweb.freebsd.org/changeset/ports/357962
QAT: https://qat.redports.org/buildarchive/r357962/
Log:
1: Stagify.
2: new syntax of LIB_DEPENDS.
Approved by: portmgr@
Modified:
head/graphics/libpano12/Makefile
Modified: head/graphics/libpano12/Makefile
==============================================================================
--- head/graphics/libpano12/Makefile Mon Jun 16 09:44:56 2014 (r357961)
+++ head/graphics/libpano12/Makefile Mon Jun 16 09:48:22 2014 (r357962)
@@ -15,9 +15,9 @@ MASTER_SITES= SF/panotools/${PORTNAME}/$
MAINTAINER= vd at FreeBSD.org
COMMENT= Panorama Tools to make panorama pictures
-LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
- png15:${PORTSDIR}/graphics/png \
- jpeg:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg
USE_GNOME= gtk20 glib20 pango atk
@@ -44,7 +44,6 @@ CONFIGURE_ARGS+= --with-java=${JAVA_HOME
CONFIGURE_ARGS+= --without-java
.endif
-NO_STAGE= yes
pre-configure:
cd ${WRKSRC} && ./bootstrap
More information about the svn-ports-all
mailing list