aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/zipper/Makefile4
-rw-r--r--net-im/grouch/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/archivers/zipper/Makefile b/archivers/zipper/Makefile
index 181f9b844e52..54b9d85c257e 100644
--- a/archivers/zipper/Makefile
+++ b/archivers/zipper/Makefile
@@ -15,9 +15,6 @@ DISTNAME= Zipper-${PORTVERSION}
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= Tool for inspecting the contents of a compressed archive
-BUILD_DEPENDS+= ${COMBOLIBDIR}/libRenaissance.so:${PORTSDIR}/${RENAISSANCE_PORT}
-RUN_DEPENDS+= ${COMBOLIBDIR}/libRenaissance.so:${PORTSDIR}/${RENAISSANCE_PORT}
-
WRKSRC= ${WRKDIR}/Zipper
USE_GMAKE= yes
USE_GNUSTEP= yes
@@ -25,6 +22,7 @@ USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
+USE_GNUSTEP_SYSTEM_LIBS+= Renaissance:${RENAISSANCE_PORT}
MAKEFILE= GNUmakefile
RENAISSANCE_PORT?= x11-toolkits/renaissance
diff --git a/net-im/grouch/Makefile b/net-im/grouch/Makefile
index 13835794c554..399ae2c44906 100644
--- a/net-im/grouch/Makefile
+++ b/net-im/grouch/Makefile
@@ -15,9 +15,6 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= AOL and ICQ Instant Messenger client for GNUstep
-BUILD_DEPENDS+= ${COMBOLIBDIR}/libRenaissance.so:${PORTSDIR}/${RENAISSANCE_PORT}
-RUN_DEPENDS+= ${COMBOLIBDIR}/libRenaissance.so:${PORTSDIR}/${RENAISSANCE_PORT}
-
WRKSRC= ${WRKDIR}/Grouch
USE_GMAKE= yes
USE_GNUSTEP= yes
@@ -26,6 +23,7 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
+USE_GNUSTEP_SYSTEM_LIBS+= Renaissance:${RENAISSANCE_PORT}
RENAISSANCE_PORT?= x11-toolkits/renaissance
.include <bsd.port.mk>