diff options
Diffstat (limited to 'graphics/gimp-lqr-plugin/Makefile')
-rw-r--r-- | graphics/gimp-lqr-plugin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gimp-lqr-plugin/Makefile b/graphics/gimp-lqr-plugin/Makefile index 0f8ad5fc83b7..bfcf7121d7a8 100644 --- a/graphics/gimp-lqr-plugin/Makefile +++ b/graphics/gimp-lqr-plugin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gimp-lqr-plugin -DISTVERSION= 0.5.1 +PORTVERSION= 0.6.1 CATEGORIES= graphics MASTER_SITES= http://liquidrescale.wdfiles.com/local--files/en:download-page/ \ http://mirror.amdmi3.ru/ @@ -15,19 +15,18 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Liquid rescale GIMP plug-in LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app \ - lqr-1.1:${PORTSDIR}/graphics/liblqr-1 + lqr-1.3:${PORTSDIR}/graphics/liblqr-1 GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes USE_GNOME= gtk20 +MAKE_JOBS_SAFE= yes PLUGIN_DIR?= libexec/gimp/2.2/plug-ins PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/^([0-9.]+)-([0-9]+)$/\1/} - CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |