diff options
Diffstat (limited to 'graphics/imageviewer/Makefile')
-rw-r--r-- | graphics/imageviewer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile index a9ed320f2864..fe6a8748e6e2 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 |