diff options
author | eric <eric@FreeBSD.org> | 2001-04-17 21:31:20 +0800 |
---|---|---|
committer | eric <eric@FreeBSD.org> | 2001-04-17 21:31:20 +0800 |
commit | 58a881fa853d7177e7a3f96acf96e47408609849 (patch) | |
tree | 1c2e7e4ffe7f0e00791d207887b64a149c5874da /audio | |
parent | fa4b0c836a5cad38b10272440eb379bc9f924eac (diff) | |
download | freebsd-ports-gnome-58a881fa853d7177e7a3f96acf96e47408609849.tar.gz freebsd-ports-gnome-58a881fa853d7177e7a3f96acf96e47408609849.tar.zst freebsd-ports-gnome-58a881fa853d7177e7a3f96acf96e47408609849.zip |
Update to the latest (1.4.6), fixing fetchability.
PR: 26627
Approved by: murray
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wmusic/Makefile | 3 | ||||
-rw-r--r-- | audio/wmusic/distinfo | 2 | ||||
-rw-r--r-- | audio/wmusic/files/patch-aa | 26 |
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 |