diff options
author | leeym <leeym@FreeBSD.org> | 2003-08-09 06:33:45 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-08-09 06:33:45 +0800 |
commit | fe864fa063d2c9c6e473dbd25fc17f6b54192fa2 (patch) | |
tree | 1e8edbc07eb4c4af87d49ae3801e38be9a193e88 /mail/dovecot-devel | |
parent | 5f66a9d10fa5ad6251d14a92d2456ba5429388ad (diff) | |
download | freebsd-ports-gnome-fe864fa063d2c9c6e473dbd25fc17f6b54192fa2.tar.gz freebsd-ports-gnome-fe864fa063d2c9c6e473dbd25fc17f6b54192fa2.tar.zst freebsd-ports-gnome-fe864fa063d2c9c6e473dbd25fc17f6b54192fa2.zip |
Make the feature-autodetection actually work.
PR: 55393
Submitted by: Pawel Malachowski <pawmal@unia.3lo.lublin.pl>
Reviewed by: Dominic Marks <dom@wirespeed.org.uk>
Diffstat (limited to 'mail/dovecot-devel')
-rw-r--r-- | mail/dovecot-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index b4ed5d801048..1504751a4dd3 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/Makefile @@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --without-shadow --enable-ipv6 \ CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib +.include <bsd.port.pre.mk> + # # Feature Autodetection # @@ -160,4 +162,4 @@ post-install: ${WRKDIR}/pkg-message @${CAT} ${WRKDIR}/pkg-message -.include <bsd.port.mk> +.include <bsd.port.post.mk> |