diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-03-19 12:35:47 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-03-19 12:35:47 +0800 |
commit | 6347a206e510ad1a676a522e7afa9ec79acab499 (patch) | |
tree | 961ced8843160f1ed9e4537bf92ada606497d2de /graphics/gnustep-slideshow | |
parent | 391766f2a5df26b426df38da825322784f4732b1 (diff) | |
download | freebsd-ports-gnome-6347a206e510ad1a676a522e7afa9ec79acab499.tar.gz freebsd-ports-gnome-6347a206e510ad1a676a522e7afa9ec79acab499.tar.zst freebsd-ports-gnome-6347a206e510ad1a676a522e7afa9ec79acab499.zip |
- add USE_GNUSTEP_PREFIX
Diffstat (limited to 'graphics/gnustep-slideshow')
-rw-r--r-- | graphics/gnustep-slideshow/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gnustep-slideshow/Makefile b/graphics/gnustep-slideshow/Makefile index 78484cafd589..d950714b1482 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 |