diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:18:25 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:18:25 +0000 |
commit | 9764e6505857f4063d97e31366e38431ac336f6a (patch) | |
tree | 97b00142e86a295dbb31a2888c7c703301e793db /security/stegdetect/Makefile | |
parent | 0589be3553bfa4522f05aa3d0d35d4b850b94296 (diff) |
Notes
Diffstat (limited to 'security/stegdetect/Makefile')
-rw-r--r-- | security/stegdetect/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index cdad09c027f8..1c5f3e552ec6 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -25,7 +25,8 @@ MAN1= stegdetect.1 stegbreak.1 .if defined(WITHOUT_X11) PLIST_SUB+= X11="@comment " .else -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}" PLIST_SUB+= X11="" .endif |