diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-30 07:08:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-30 07:08:41 +0000 |
commit | d66736f0138f263b26e48520fe4a687df45a7bce (patch) | |
tree | 77696daf1264fc0b1f030224ca69b0cbdb7d2450 /x11-toolkits/gtoolkit | |
parent | a1163073c006c09e2d7d89b9263e292e089b4512 (diff) |
- fix for new framework
Notes
Notes:
svn path=/head/; revision=178309
Diffstat (limited to 'x11-toolkits/gtoolkit')
-rw-r--r-- | x11-toolkits/gtoolkit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gtoolkit/Makefile b/x11-toolkits/gtoolkit/Makefile index 609ffbf6b014..717e03f4f386 100644 --- a/x11-toolkits/gtoolkit/Makefile +++ b/x11-toolkits/gtoolkit/Makefile @@ -15,17 +15,17 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Obj-C wrapper for gtk, a x11 graphics library USE_GMAKE= yes -USE_GNOME= gtk12 USE_GNUSTEP= yes +USE_MAKEFILE= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -GNU_CONFIGURE= yes -LDCONFIG_DIRS= ${LOCALLIBDIR} -INSTALLS_SHLIB= yes +USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR} +GNU_CONFIGURE= yes +USE_GNOME= gtk12 MAKE_ARGS+= GNUSTEP_PREFIX=${PREFIX}/System CONFIGURE_ARGS+= --with-gnustep WRKSRC= ${WRKDIR}/${DISTNAME}/GToolKit |