diff options
author | garga <garga@FreeBSD.org> | 2014-05-15 22:02:38 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2014-05-15 22:02:38 +0800 |
commit | 236441025b93353199e8b709d43a1fed326b5562 (patch) | |
tree | 8b9090da298c982e79eb9ef4867165def9fdb003 /security | |
parent | 11cebe40d728a793e65cc54168fd9f0dda602f99 (diff) | |
download | freebsd-ports-gnome-236441025b93353199e8b709d43a1fed326b5562.tar.gz freebsd-ports-gnome-236441025b93353199e8b709d43a1fed326b5562.tar.zst freebsd-ports-gnome-236441025b93353199e8b709d43a1fed326b5562.zip |
. Support stage
. Move to new LIB_DEPENDS
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/clamcour/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/clamcour/Makefile b/security/clamcour/Makefile index 198fc38250ed..752732441705 100644 --- a/security/clamcour/Makefile +++ b/security/clamcour/Makefile @@ -11,7 +11,7 @@ MAINTAINER= bsd@dino.sk COMMENT= ClamAV courier filter BUILD_DEPENDS= courier-config:${PORTSDIR}/mail/courier -LIB_DEPENDS= clamav.7:${PORTSDIR}/security/clamav +LIB_DEPENDS= libclamav.so:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes @@ -21,11 +21,10 @@ CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -MAN1= clamcour.1 PLIST_DIRS= etc/courier/clamcour -PLIST_FILES= libexec/filters/clamcour +PLIST_DIRSTRY= etc/courier libexec/filters +PLIST_FILES= libexec/filters/clamcour man/man1/clamcour.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/^CXXFLAGS *=/CXXFLAGS?=/g' \ ${WRKSRC}/configure |