summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2014-01-15 13:46:01 +0000
committertheraven <theraven@FreeBSD.org>2014-01-15 13:46:01 +0000
commit79e53f452d4d330f9fd05d67de66105eb116adee (patch)
treeca3abfad0cc31d5f21c0801bb0a7ac82c6c65d93
parent570d056297f3edf0d089634cebfbd753bfdbb908 (diff)
downloadFreeBSD-ports-79e53f452d4d330f9fd05d67de66105eb116adee.zip
FreeBSD-ports-79e53f452d4d330f9fd05d67de66105eb116adee.tar.gz
Fix bsd.gnustep.mk to refer to the new GNUstep back library.
Approved by: bapt (mentor)
-rw-r--r--Mk/bsd.gnustep.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnustep.mk b/Mk/bsd.gnustep.mk
index 0710a62..e12f53e 100644
--- a/Mk/bsd.gnustep.mk
+++ b/Mk/bsd.gnustep.mk
@@ -208,7 +208,7 @@ RUN_DEPENDS+= ${GNUSTEP_SYSTEM_LIBRARIES}/libgnustep-gui.so:${PORTSDIR}/${GNUSTE
# using any backend
#
.if defined(USE_GNUSTEP_BACK)
-BACKSUFFIX?= -023
+BACKSUFFIX?= -024
BACKCAIRO= libgnustep-cairo${BACKSUFFIX}
BUILD_DEPENDS+= ${GNUSTEP_SYSTEM_BUNDLES}/${BACKCAIRO}.bundle/${BACKCAIRO}:${PORTSDIR}/${GNUSTEP_BACK_PORT}
OpenPOWER on IntegriCloud