diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-23 16:12:28 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-23 16:12:28 +0000 |
commit | 270ee40063f0c284d1e4e710f757717f62ea00de (patch) | |
tree | 7e3601bd6b67f6c69077a897faf4ae1c84a04c5a /korean/bitchx | |
parent | baacb43b7f2dff0813664a436963bc864d83cacd (diff) | |
download | ports-270ee40063f0c284d1e4e710f757717f62ea00de.tar.gz ports-270ee40063f0c284d1e4e710f757717f62ea00de.zip |
Notes
Diffstat (limited to 'korean/bitchx')
-rw-r--r-- | korean/bitchx/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/korean/bitchx/Makefile b/korean/bitchx/Makefile index 7609474662a7..8fb5212ce6c0 100644 --- a/korean/bitchx/Makefile +++ b/korean/bitchx/Makefile @@ -8,7 +8,7 @@ PORTNAME= BitchX PORTVERSION= 1.0c16 PORTREVISION= 3 -CATEGORIES= korean irc gnome +CATEGORIES= korean irc MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ PATCH_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ @@ -34,12 +34,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> -.if defined(HAVE_GNOME) -USE_GNOME= yes -CONFIGURE_ARGS+=--with-gtk -.else CONFIGURE_ARGS+=--without-gtk -.endif + .if defined(HAVE_ESOUND) USE_ESOUND= yes CONFIGURE_ARGS+=--enable-sound |