diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-11 06:02:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-11 06:02:26 +0000 |
commit | 74d414fb8d474979fd0f5c5d1787a757356219a9 (patch) | |
tree | ef339122aaa247e003c9214f05115e466d87171c /print/cups-client | |
parent | 3315ef89fc0d02ea080c48bc68e5a550cf09b9d0 (diff) |
- use OPTIONS_DEFINE
Notes
Notes:
svn path=/head/; revision=299013
Diffstat (limited to 'print/cups-client')
-rw-r--r-- | print/cups-client/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/print/cups-client/Makefile b/print/cups-client/Makefile index d6210e91c96e..d3ef8b9b75d4 100644 --- a/print/cups-client/Makefile +++ b/print/cups-client/Makefile @@ -12,8 +12,6 @@ MASTERDIR?= ${.CURDIR}/../cups-base CUPS_CLIENT= yes -OPTIONS= GNUTLS "Build with GNUTLS instead of OpenSSL" off - .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif |