diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-11 14:02:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-11 14:02:26 +0800 |
commit | fd3eeee512b8076108567de06d86c56e9463a8a7 (patch) | |
tree | 5dca63176c77edbe2884e42e8b794f693ea2b29b /print/cups-image | |
parent | e27f0c7a85f410119640f8700eb971a4c0810392 (diff) | |
download | freebsd-ports-gnome-fd3eeee512b8076108567de06d86c56e9463a8a7.tar.gz freebsd-ports-gnome-fd3eeee512b8076108567de06d86c56e9463a8a7.tar.zst freebsd-ports-gnome-fd3eeee512b8076108567de06d86c56e9463a8a7.zip |
- use OPTIONS_DEFINE
Diffstat (limited to 'print/cups-image')
-rw-r--r-- | print/cups-image/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/print/cups-image/Makefile b/print/cups-image/Makefile index 1f1d476537e7..663d08be0dbb 100644 --- a/print/cups-image/Makefile +++ b/print/cups-image/Makefile @@ -12,8 +12,6 @@ MASTERDIR?= ${.CURDIR}/../cups-base CUPS_IMAGE= yes -OPTIONS= GNUTLS "Build with GNUTLS instead of OpenSSL" off - .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif |