- link with libcipher

This commit is contained in:
Dirk Meyer 2003-07-27 07:06:55 +00:00
parent 04e912de02
commit f2d0304169
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85655

View File

@ -8,6 +8,7 @@
PORTNAME= gnustep-back
.if defined(WITH_GNUSTEP_DEVEL)
PORTVERSION= 0.8.8
PORTREVISION= 1
.else
PORTVERSION= 0.8.5
.endif
@ -37,6 +38,7 @@ 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)