diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
commit | 5dd37213f549b0d2fd158b1fa8024daeda2acfb2 (patch) | |
tree | 4e5353da2c1d4f4f59bf9fc12fe364c7887a9f49 /misc/nut | |
parent | 5fa1ec89fceb95ba8e0ff259f73e7e55da5383c2 (diff) |
Notes
Diffstat (limited to 'misc/nut')
-rw-r--r-- | misc/nut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/nut/Makefile b/misc/nut/Makefile index 50f4b0195674..dc81388a544f 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -40,7 +40,7 @@ USE_XORG+= x11 xau xdmcp xext xft xinerama xrender MAKE_ENV+= HAVE_FLTK=1 FLTK_NUT="fltk/Nut" PLIST_FILES+= bin/Nut DESKTOP_ENTRIES="Nut" "${COMMENT}" "" "Nut" \ - "Application;Science;Biology;MedicalSoftware;" "false" + "Science;Biology;MedicalSoftware;" "false" .else MAKE_ENV+= HAVE_FLTK=0 FLTK_NUT="" .endif |