diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-03-19 12:35:47 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-03-19 12:35:47 +0800 |
commit | ccd3e4a8d4cb4895f5f7021c123161b64e93da9d (patch) | |
tree | 1631b12f177eccd4b4c767181dd6145fa883cbb7 /graphics/preview | |
parent | c3c75e1d1c310dc3e17040119c967db3008e32ce (diff) | |
download | freebsd-ports-gnome-ccd3e4a8d4cb4895f5f7021c123161b64e93da9d.tar.gz freebsd-ports-gnome-ccd3e4a8d4cb4895f5f7021c123161b64e93da9d.tar.zst freebsd-ports-gnome-ccd3e4a8d4cb4895f5f7021c123161b64e93da9d.zip |
- add USE_GNUSTEP_PREFIX
Diffstat (limited to 'graphics/preview')
-rw-r--r-- | graphics/preview/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/preview/Makefile b/graphics/preview/Makefile index 503e92ba966b..7f897444bf16 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 |