aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-07-29 11:23:36 +0800
committerdinoex <dinoex@FreeBSD.org>2003-07-29 11:23:36 +0800
commitfda511c685f75ae8f8d7f38cd88988612688e406 (patch)
treefc784c5ab43ec60ae1f76ebb3774f06fcde2f1d1 /x11-toolkits
parented4561e8d271c4a4bb409aaa12aca7fea38dc733 (diff)
downloadfreebsd-ports-gnome-fda511c685f75ae8f8d7f38cd88988612688e406.tar.gz
freebsd-ports-gnome-fda511c685f75ae8f8d7f38cd88988612688e406.tar.zst
freebsd-ports-gnome-fda511c685f75ae8f8d7f38cd88988612688e406.zip
- libchiper is been depreciated in CURRENT,
despite it was still present on my test system.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-back/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index e1da1eeacff8..1ac2b86f3ea6 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -38,7 +38,6 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
USE_GMAKE= yes
MAKEFILE=
MAKE_FLAGS+= OPTFLAG="${CFLAGS} -I${X11BASE}/include"
-MAKE_ENV+= ADDITIONAL_LDFLAGS=-lcipher
BREAKS_IF_PEDANTIC= yes
.if defined(WITH_GNUSTEP_XDPS)
@@ -65,6 +64,10 @@ PLIST_SUB+= USE_XLIB="" USE_XDPS="@comment " USE_ART="@comment "
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+MAKE_ENV+= ADDITIONAL_LDFLAGS=-lcipher
+.endif
+
USE_GNUSTEP_GUI= yes
USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BUILD= yes