diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-01-19 20:06:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-01-19 20:06:14 +0800 |
commit | 6e7ac2e081c723705c073dc180c0de11185c7c68 (patch) | |
tree | 76cf5568816f24f0b77ea4582877fdbb260f204d /graphics/gnustep-slideshow | |
parent | 45f874a11c424e64a63cfbbbfcc34de68d6f3dfd (diff) | |
download | freebsd-ports-gnome-6e7ac2e081c723705c073dc180c0de11185c7c68.tar.gz freebsd-ports-gnome-6e7ac2e081c723705c073dc180c0de11185c7c68.tar.zst freebsd-ports-gnome-6e7ac2e081c723705c073dc180c0de11185c7c68.zip |
- new option GNUSTEP_PREFIX
allow user defined location of all files
Diffstat (limited to 'graphics/gnustep-slideshow')
-rw-r--r-- | graphics/gnustep-slideshow/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gnustep-slideshow/Makefile b/graphics/gnustep-slideshow/Makefile index 0714c69149b2..78484cafd589 100644 --- a/graphics/gnustep-slideshow/Makefile +++ b/graphics/gnustep-slideshow/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS+= ${LOCALLIBDIR}/libSlideShow.so:${PORTSDIR}/${SLIDESHOWKIT_PORT} RUN_DEPENDS+= ${LOCALLIBDIR}/libSlideShow.so:${PORTSDIR}/${SLIDESHOWKIT_PORT} USE_BZIP2= yes -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes USE_GMAKE= yes USE_GNUSTEP= yes |