diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-03-19 04:35:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-03-19 04:35:47 +0000 |
commit | ccd3e4a8d4cb4895f5f7021c123161b64e93da9d (patch) | |
tree | 1631b12f177eccd4b4c767181dd6145fa883cbb7 /devel/gnustep | |
parent | c3c75e1d1c310dc3e17040119c967db3008e32ce (diff) | |
download | ports-ccd3e4a8d4cb4895f5f7021c123161b64e93da9d.tar.gz ports-ccd3e4a8d4cb4895f5f7021c123161b64e93da9d.zip |
- add USE_GNUSTEP_PREFIX
Notes
Notes:
svn path=/head/; revision=157643
Diffstat (limited to 'devel/gnustep')
-rw-r--r-- | devel/gnustep/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index 0a5593b30331..1ae34f55eaf5 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -15,11 +15,9 @@ EXTRACT_ONLY= # empty MAINTAINER= dinoex@FreeBSD.org COMMENT= Objective-C libraries based on the OpenStep standard -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes NO_BUILD= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_GUI= yes USE_GNUSTEP_BACK= yes |