diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-10 20:08:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-10 20:08:46 +0000 |
commit | bb3f5921858128b06e783708453a789f4dd59459 (patch) | |
tree | 9d0080eecc379f4b46062e7fbf55e7dddbbea1aa /graphics/gnustep-slideshow | |
parent | 766eb20fb0546f02d67f71247cddf51589f8d51e (diff) | |
download | ports-bb3f5921858128b06e783708453a789f4dd59459.tar.gz ports-bb3f5921858128b06e783708453a789f4dd59459.zip |
- use USE_GNUSTEP_LOCAL_LIBS
Notes
Notes:
svn path=/head/; revision=172721
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 d950714b1482..c699f69097e5 100644 --- a/graphics/gnustep-slideshow/Makefile +++ b/graphics/gnustep-slideshow/Makefile @@ -15,9 +15,6 @@ DISTNAME= SlideShow-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= SlideShow Viewer -BUILD_DEPENDS+= ${LOCALLIBDIR}/libSlideShow.so:${PORTSDIR}/${SLIDESHOWKIT_PORT} -RUN_DEPENDS+= ${LOCALLIBDIR}/libSlideShow.so:${PORTSDIR}/${SLIDESHOWKIT_PORT} - USE_BZIP2= yes USE_GMAKE= yes USE_GNUSTEP= yes @@ -25,6 +22,7 @@ USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +USE_GNUSTEP_LOCAL_LIBS+= SlideShow:${SLIDESHOWKIT_PORT} MAKEFILE= SLIDESHOWKIT_PORT?= graphics/gnustep-slideshowkit |