diff options
author | David Chisnall <theraven@FreeBSD.org> | 2014-01-15 13:46:01 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2014-01-15 13:46:01 +0000 |
commit | e109ec14ed9bdafb03579aa8a17a34869eb8583d (patch) | |
tree | ca3abfad0cc31d5f21c0801bb0a7ac82c6c65d93 /Mk | |
parent | fcde6a6ca166343faf0fd4dc35e8b82496c3a6a1 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnustep.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnustep.mk b/Mk/bsd.gnustep.mk index 0710a62e311e..e12f53ec605a 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} |