diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
commit | d7f59ea8de230bb289b02649cd575560e4c71e0d (patch) | |
tree | eae797f7211f5c20b5be446f4fa649681b374597 /x11-toolkits/renaissance | |
parent | - update to use new bsd.gnustep.mk (diff) |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Notes
Notes:
svn path=/head/; revision=182275
Diffstat (limited to 'x11-toolkits/renaissance')
-rw-r--r-- | x11-toolkits/renaissance/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-toolkits/renaissance/Makefile b/x11-toolkits/renaissance/Makefile index a3f5aa78f77c..38e974690db7 100644 --- a/x11-toolkits/renaissance/Makefile +++ b/x11-toolkits/renaissance/Makefile @@ -9,22 +9,19 @@ PORTNAME= renaissance PORTVERSION= 0.8.0 CATEGORIES= x11-toolkits MASTER_SITES= http://www.gnustep.it/Renaissance/ \ - http://io.debian.net/~tar/ports/distfiles/ + ${MASTER_SITE_GNUSTEP_CH} DISTNAME= Renaissance-${PORTVERSION} MAINTAINER= gurkan@linuks.mine.nu COMMENT= GNUstep GUI Development Framework -WRKSRC= ${WRKDIR}/${DISTNAME} -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -# broken: -#USE_LDCONFIG= yes -INSTALL_SHLIBS= yes -MAKEFILE= GNUmakefile +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} + +WRKSRC= ${WRKDIR}/${DISTNAME} .include <bsd.port.mk> |