diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-30 16:37:46 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-30 16:37:46 +0000 |
commit | 311be303285c905205b1863a32ef68ea7f285185 (patch) | |
tree | ab790e123ed3d0f3a02ac1007456f92dbf3e866a /mail | |
parent | 7255051fc3d7ee072cab39b3125502b279bd0954 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spmfilter-clamav/Makefile | 3 | ||||
-rw-r--r-- | mail/spmfilter-spamassassin/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/mail/spmfilter-clamav/Makefile b/mail/spmfilter-clamav/Makefile index 815a5d0f6aa0..682ac80c750f 100644 --- a/mail/spmfilter-clamav/Makefile +++ b/mail/spmfilter-clamav/Makefile @@ -14,12 +14,11 @@ BUILD_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter RUN_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib" USE_LDCONFIG= ${PREFIX}/lib/spmfilter -USES= pkgconfig OPTIONS= DEBUG "Enable Debugging" off diff --git a/mail/spmfilter-spamassassin/Makefile b/mail/spmfilter-spamassassin/Makefile index cf57c768e0ab..c911c56a2f4c 100644 --- a/mail/spmfilter-spamassassin/Makefile +++ b/mail/spmfilter-spamassassin/Makefile @@ -13,12 +13,11 @@ COMMENT= Spamassassin plugin for spmfilter BUILD_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter RUN_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib" USE_LDCONFIG= ${PREFIX}/lib/spmfilter -USES= pkgconfig OPTIONS= DEBUG "Enable Debugging" off |