diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-31 14:20:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-31 14:20:29 +0000 |
commit | 810fcd34d222c8454edfe0f4482218015055ba7f (patch) | |
tree | 5ba4ff725a6e05112f6ecc70f2f03a2b41da603a /security | |
parent | 98167c54e900ca7cd3d7970908c25de25138398f (diff) | |
download | ports-810fcd34d222c8454edfe0f4482218015055ba7f.tar.gz ports-810fcd34d222c8454edfe0f4482218015055ba7f.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/borzoi/Makefile | 1 | ||||
-rw-r--r-- | security/gpgme/Makefile | 1 | ||||
-rw-r--r-- | security/gpgme03/Makefile | 1 | ||||
-rw-r--r-- | security/mcrypt/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/security/borzoi/Makefile b/security/borzoi/Makefile index f1572ea7e53a..c59ad65fe11b 100644 --- a/security/borzoi/Makefile +++ b/security/borzoi/Makefile @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl RUN_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl USE_LIBTOOL= yes -GNU_CONFIGURE= yes INSTALLS_SHLIB= yes post-patch: diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 2fcaacd2d255..43b77224f4b7 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -14,7 +14,6 @@ MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index 2fcaacd2d255..43b77224f4b7 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -14,7 +14,6 @@ MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 32c9a6408fd2..77bf8e2c3d3a 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -23,7 +23,6 @@ LIB_DEPENDS= mcrypt.6:${PORTSDIR}/security/libmcrypt/ \ post-patch: ${RM} -f ${WRKSRC}/configure -GNU_CONFIGURE= yes CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static --with-catgets CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |