diff options
-rw-r--r-- | net/libmms/Makefile | 2 | ||||
-rw-r--r-- | security/shttpscanner/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/net/libmms/Makefile b/net/libmms/Makefile index 5da773126523..0e800df3df29 100644 --- a/net/libmms/Makefile +++ b/net/libmms/Makefile @@ -14,8 +14,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for parsing mms:// and mmsh:// type network streams USE_GNOME= gnomehack gnometarget pkgconfig glib20 +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_GCC= 3.4+ post-patch: @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|' \ diff --git a/security/shttpscanner/Makefile b/security/shttpscanner/Makefile index f53a7779b2cc..6db84fa0d61c 100644 --- a/security/shttpscanner/Makefile +++ b/security/shttpscanner/Makefile @@ -16,6 +16,7 @@ COMMENT= Simple HTTP scanner USE_ZIP= yes USE_DOS2UNIX= yes +USE_GCC= 3.4+ PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/requests.txt %%DATADIR%%/subdomains.txt PLIST_DIRS= %%DATADIR%% |