diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-02-05 16:17:53 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-02-05 16:17:53 +0000 |
commit | 41103d7888b3fae15a3734679b5024eaf4578bc0 (patch) | |
tree | 65b6a13c711884278372de77fe6c8b0747a2d617 /security/truecrypt | |
parent | 6aefd17e9956fb0674245f649abd95c36302b2fa (diff) |
- Replace WITH_GUI with WITH_X11 to adhear to standards
Notes
Notes:
svn path=/head/; revision=290441
Diffstat (limited to 'security/truecrypt')
-rw-r--r-- | security/truecrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/truecrypt/Makefile b/security/truecrypt/Makefile index fcb561fb744e..04787fceb391 100644 --- a/security/truecrypt/Makefile +++ b/security/truecrypt/Makefile @@ -44,11 +44,11 @@ PLIST_FILES+= %%DOCSDIR%%/License.txt PLIST_DIRS= %%DOCSDIR%% .endif -OPTIONS= GUI "With GUI" off +OPTIONS= X11 "With GUI (depends on X)" off .include <bsd.port.options.mk> -.ifdef(WITH_GUI) +.ifdef(WITH_X11) USE_GNOME= gtk20 NOGUI= .else |