summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-07-27 17:13:46 +0000
committerdinoex <dinoex@FreeBSD.org>2005-07-27 17:13:46 +0000
commita225f53513697646c1e1ab459bb383f2128c2234 (patch)
tree8cbb834cc2d8d77a2dd188d12c5fdcb3cea4a409
parentd373ab348fc035e083aa1f4c294b0a50225c2b99 (diff)
downloadFreeBSD-ports-a225f53513697646c1e1ab459bb383f2128c2234.zip
FreeBSD-ports-a225f53513697646c1e1ab459bb383f2128c2234.tar.gz
Update for gnustep-back 0.10
-rw-r--r--Mk/bsd.gnustep.mk19
1 files changed, 10 insertions, 9 deletions
diff --git a/Mk/bsd.gnustep.mk b/Mk/bsd.gnustep.mk
index 23b77da..bdeae5d 100644
--- a/Mk/bsd.gnustep.mk
+++ b/Mk/bsd.gnustep.mk
@@ -128,6 +128,7 @@ RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/${GNUSTEP_GUI_PORT}
# using any backend
#
.if defined(USE_GNUSTEP_BACK)
+BACKSUFFIX?= -010
.if defined(WITH_GNUSTEP_XDPS)
GNUSTEP_WITH_XDPS=yes
.else
@@ -143,10 +144,10 @@ USE_GNUSTEP_XLIB=yes
# Backend using xlib
#
.if defined(USE_GNUSTEP_XLIB)
-BUILD_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/${GNUSTEP_BACK_PORT}
-RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/${GNUSTEP_BACK_PORT}
+BUILD_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-back${BACKSUFFIX}:${PORTSDIR}/${GNUSTEP_BACK_PORT}
+RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-back${BACKSUFFIX}:${PORTSDIR}/${GNUSTEP_BACK_PORT}
-BACKBUNDLEDIR= ${BUNDLEDIR}/libgnustep-back.bundle
+BACKBUNDLEDIR= ${BUNDLEDIR}/libgnustep-back${BACKSUFFIX}.bundle
MAKE_FLAGS+= GUI_BACKEND_LIB=back
.endif
@@ -154,10 +155,10 @@ MAKE_FLAGS+= GUI_BACKEND_LIB=back
# Backend using xdps
#
.if defined(USE_GNUSTEP_XDPS)
-BUILD_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-xdps:${PORTSDIR}/${GNUSTEP_XDPS_PORT}
-RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-xdps:${PORTSDIR}/${GNUSTEP_XDPS_PORT}
+BUILD_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-xdps${BACKSUFFIX}:${PORTSDIR}/${GNUSTEP_XDPS_PORT}
+RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-xdps${BACKSUFFIX}:${PORTSDIR}/${GNUSTEP_XDPS_PORT}
-BACKBUNDLEDIR= ${BUNDLEDIR}/libgnustep-xdps.bundle
+BACKBUNDLEDIR= ${BUNDLEDIR}/libgnustep-xdps${BACKSUFFIX}.bundle
MAKE_FLAGS+= GUI_BACKEND_LIB=xdps
.endif
@@ -165,10 +166,10 @@ MAKE_FLAGS+= GUI_BACKEND_LIB=xdps
# Backend using libart
#
.if defined(USE_GNUSTEP_LIBART)
-BUILD_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-art:${PORTSDIR}/${GNUSTEP_ART_PORT}
-RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-art:${PORTSDIR}/${GNUSTEP_ART_PORT}
+BUILD_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-art${BACKSUFFIX}:${PORTSDIR}/${GNUSTEP_ART_PORT}
+RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-art${BACKSUFFIX}:${PORTSDIR}/${GNUSTEP_ART_PORT}
-BACKBUNDLEDIR= ${BUNDLEDIR}/libgnustep-art.bundle
+BACKBUNDLEDIR= ${BUNDLEDIR}/libgnustep-art${BACKSUFFIX}.bundle
MAKE_FLAGS+= GUI_BACKEND_LIB=art
.endif
OpenPOWER on IntegriCloud