diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-03-19 04:35:47 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-03-19 04:35:47 +0000 |
commit | 6347a206e510ad1a676a522e7afa9ec79acab499 (patch) | |
tree | 961ced8843160f1ed9e4537bf92ada606497d2de /graphics | |
parent | 391766f2a5df26b426df38da825322784f4732b1 (diff) | |
download | FreeBSD-ports-6347a206e510ad1a676a522e7afa9ec79acab499.zip FreeBSD-ports-6347a206e510ad1a676a522e7afa9ec79acab499.tar.gz |
- add USE_GNUSTEP_PREFIX
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnustep-slideshow/Makefile | 4 | ||||
-rw-r--r-- | graphics/gnustep-slideshowkit/Makefile | 4 | ||||
-rw-r--r-- | graphics/imageviewer/Makefile | 4 | ||||
-rw-r--r-- | graphics/preview/Makefile | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/graphics/gnustep-slideshow/Makefile b/graphics/gnustep-slideshow/Makefile index 78484ca..d950714 100644 --- a/graphics/gnustep-slideshow/Makefile +++ b/graphics/gnustep-slideshow/Makefile @@ -19,11 +19,9 @@ BUILD_DEPENDS+= ${LOCALLIBDIR}/libSlideShow.so:${PORTSDIR}/${SLIDESHOWKIT_PORT} RUN_DEPENDS+= ${LOCALLIBDIR}/libSlideShow.so:${PORTSDIR}/${SLIDESHOWKIT_PORT} USE_BZIP2= yes -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes USE_GMAKE= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes diff --git a/graphics/gnustep-slideshowkit/Makefile b/graphics/gnustep-slideshowkit/Makefile index 9f6f3bc..ec2384e0b 100644 --- a/graphics/gnustep-slideshowkit/Makefile +++ b/graphics/gnustep-slideshowkit/Makefile @@ -17,12 +17,10 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= SlideShow Framework USE_BZIP2= yes -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes WRKSRC= ${WRKDIR}/SlideShowKit USE_GMAKE= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile index a9ed320..fe6a874 100644 --- a/graphics/imageviewer/Makefile +++ b/graphics/imageviewer/Makefile @@ -14,12 +14,10 @@ DISTNAME= ImageViewer-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep Image Viewer -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes GUN_CONFIGURE= yes USE_GMAKE= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes diff --git a/graphics/preview/Makefile b/graphics/preview/Makefile index 503e92b..7f89744 100644 --- a/graphics/preview/Makefile +++ b/graphics/preview/Makefile @@ -15,12 +15,10 @@ DISTNAME= Preview-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Simple image viewer -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes WRKSRC= ${WRKDIR}/Preview USE_GMAKE= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes |