diff options
Diffstat (limited to 'devel/projectcenter.app/Makefile')
-rw-r--r-- | devel/projectcenter.app/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/projectcenter.app/Makefile b/devel/projectcenter.app/Makefile index b45caad515b3..67673478a5a2 100644 --- a/devel/projectcenter.app/Makefile +++ b/devel/projectcenter.app/Makefile @@ -15,7 +15,8 @@ DISTNAME= ProjectCenter-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= A development environment for GNUstep -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes USE_GMAKE= yes USE_GNUSTEP= yes |