diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-11-08 20:39:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-11-08 20:39:52 +0800 |
commit | fb62cb601082a75f39d7319a3b89280721539bdd (patch) | |
tree | 3b89f0f3b206b1da2bf42632ec947b77cbea8fec /graphics | |
parent | 3a419b7f67923d98cc886f9552984d86ef12b761 (diff) | |
download | freebsd-ports-gnome-fb62cb601082a75f39d7319a3b89280721539bdd.tar.gz freebsd-ports-gnome-fb62cb601082a75f39d7319a3b89280721539bdd.tar.zst freebsd-ports-gnome-fb62cb601082a75f39d7319a3b89280721539bdd.zip |
- Support staging
- Use new LIB_DEPENDS syntax
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-resynthesizer/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile index 64c0ec918530..92e6db875176 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -11,7 +11,7 @@ COMMENT= Gimp plug-in for texture synthesis RUN_DEPENDS= ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:${PORTSDIR}/graphics/py-gimp BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool -LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app +LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app USE_GITHUB= yes GH_ACCOUNT= bootchk @@ -28,7 +28,6 @@ USE_GCC= any # uses nested functions (gcc ext.) OPTIONS_DEFINE= THREADS THREADS_DESC= Threading support (produces nondeterministic results) -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -39,9 +38,4 @@ post-patch: ${WRKSRC}/src/buildSwitches.h .endif -post-install: - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - .include <bsd.port.mk> |