diff options
Diffstat (limited to 'security/nettle/Makefile')
-rw-r--r-- | security/nettle/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index e8f38acb19a2..92ddffef7bfc 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -25,6 +25,8 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared LDFLAGS+= -L${LOCALBASE}/lib INSTALLS_SHLIB= yes +USE_GETOPT_LONG= yes +USE_GCC= 3.4+ DOCS= NEWS README TODO nettle.html EXAMPLES= examples/*.c examples/*.h |