aboutsummaryrefslogtreecommitdiff
path: root/audio/wmusic
diff options
context:
space:
mode:
authorEric Melville <eric@FreeBSD.org>2001-04-17 13:31:20 +0000
committerEric Melville <eric@FreeBSD.org>2001-04-17 13:31:20 +0000
commit430211e4f619572630f5decbf21282c3aac502c4 (patch)
tree74977f3246c42ded814b800a03d6701d00303556 /audio/wmusic
parent435abed98739945e003441c5a1d3de8345ddc9e4 (diff)
downloadports-430211e4f619572630f5decbf21282c3aac502c4.tar.gz
ports-430211e4f619572630f5decbf21282c3aac502c4.zip
Notes
Diffstat (limited to 'audio/wmusic')
-rw-r--r--audio/wmusic/Makefile3
-rw-r--r--audio/wmusic/distinfo2
-rw-r--r--audio/wmusic/files/patch-aa26
3 files changed, 3 insertions, 28 deletions
diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile
index 9f43973cfed3..021ea6da2267 100644
--- a/audio/wmusic/Makefile
+++ b/audio/wmusic/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wmusic
-PORTVERSION= 1.4.5
+PORTVERSION= 1.4.6
CATEGORIES= audio windowmaker
MASTER_SITES= http://hadess.net/files/
@@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${X11BASE}
CONFIGURE_ENV= PATH_GTKCONFIG=${X11BASE}/bin/gtk12-config
+USE_GMAKE= yes
USE_GLIB= yes
USE_GTK= yes
USE_X_PREFIX= yes
diff --git a/audio/wmusic/distinfo b/audio/wmusic/distinfo
index 35e237710c62..958144f7355e 100644
--- a/audio/wmusic/distinfo
+++ b/audio/wmusic/distinfo
@@ -1 +1 @@
-MD5 (wmusic-1.4.5.tar.gz) = 60cbe05308d5e8bacdff6cbb309c4e3a
+MD5 (wmusic-1.4.6.tar.gz) = 7a3aa5eedf4e4cb2b9293b08bd4e7c37
diff --git a/audio/wmusic/files/patch-aa b/audio/wmusic/files/patch-aa
deleted file mode 100644
index b46b7606e5a7..000000000000
--- a/audio/wmusic/files/patch-aa
+++ /dev/null
@@ -1,26 +0,0 @@
---- Makefile.in.orig Sat Apr 7 21:24:40 2001
-+++ Makefile.in Sat Apr 7 21:24:57 2001
-@@ -3,18 +3,18 @@
- all: wmusic
-
- wmusic:
-- cd src && make wmusic
-+ cd src && gmake wmusic
-
- clean:
- rm -f *~ *.o core wmusic.spec
-- cd src && make clean
-+ cd src && gmake clean
-
- distclean: clean
- rm -f config.status config.log Makefile config.cache
-- cd src && make distclean
-+ cd src && gmake distclean
-
- install:
-- cd src && make install
-+ cd src && gmake install
-
- uninstall:
-- cd src && make uninstall
-+ cd src && gmake uninstall