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/osslsigncode | |
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/osslsigncode')
-rw-r--r-- | security/osslsigncode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile index 7e7d2b1deca0..281952f2dd4f 100644 --- a/security/osslsigncode/Makefile +++ b/security/osslsigncode/Makefile @@ -15,7 +15,7 @@ PLIST_FILES= bin/osslsigncode CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_OPENSSL= yes .if !defined(WITHOUT_CURL) |