Enable the (exprimential) search screen. Patch against current port
(0.11.1_2 attached.

-- 
Christian Axelsson
[EMAIL PROTECTED]
--- Makefile.old        Mon Oct  1 11:22:23 2007
+++ Makefile    Mon Oct  1 11:22:09 2007
@@ -21,7 +21,8 @@
                LDFLAGS="-L${LOCALBASE}/lib"
 
 OPTIONS=       NLS "Native language support" on \
-               CLOCK_SCREEN "Enable clock screen" on
+               CLOCK_SCREEN "Enable clock screen" on \
+               SEARCH_SCREEN "Enable search screen (exprimential)" on
 
 .include <bsd.port.pre.mk>
 
@@ -45,6 +46,10 @@
 
 .if !defined(WITHOUT_CLOCK_SCREEN)
 CONFIGURE_ARGS+=--enable-clock-screen
+.endif
+
+.if !defined(WITHOUT_SEARCH_SCREEN)
+CONFIGURE_ARGS+=--enable-search-screen
 .endif
 
 MAN1=          ncmpc.1
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to