diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 20:50:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 20:50:40 +0800 |
commit | 2e97fe4096e086f33c5edcf38fd415536c6abd16 (patch) | |
tree | 00c970bcb909a3394bb57c821fd8330ca2421162 /security/courierpassd | |
parent | 87b2a13dad521899d4bd45cf12be7d6c0318c115 (diff) | |
download | freebsd-ports-gnome-2e97fe4096e086f33c5edcf38fd415536c6abd16.tar.gz freebsd-ports-gnome-2e97fe4096e086f33c5edcf38fd415536c6abd16.tar.zst freebsd-ports-gnome-2e97fe4096e086f33c5edcf38fd415536c6abd16.zip |
- Convert gmake, bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'security/courierpassd')
-rw-r--r-- | security/courierpassd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/courierpassd/Makefile b/security/courierpassd/Makefile index 37e7d3b6a330..9a2ea8555114 100644 --- a/security/courierpassd/Makefile +++ b/security/courierpassd/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |