diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /sysutils/LPRng | |
parent | c285e43283c14c5abf4dc12cfdf0793f4ca0d130 (diff) | |
download | ports-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.tar.gz ports-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.zip |
Notes
Diffstat (limited to 'sysutils/LPRng')
-rw-r--r-- | sysutils/LPRng/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index 49a1f1ca98fd..c8892c8837dc 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -19,8 +19,7 @@ LIB_DEPENDS= libgdbm.so:databases/gdbm BROKEN_aarch64= Fails to link: missing sbrk -USES= gmake -USE_OPENSSL= yes +USES= gmake ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-config_subdir="" \ --with-filterdir=${PREFIX}/libexec/filters \ |