diff options
Diffstat (limited to 'lang/gnustep-guile/Makefile')
-rw-r--r-- | lang/gnustep-guile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index d9b87d1fbb7a..77bd63db3ba4 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -17,7 +17,8 @@ COMMENT= GNUstep interface to the GUILE scheme interpreter LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= |