diff options
author | eric <eric@FreeBSD.org> | 2001-04-17 13:31:20 +0000 |
---|---|---|
committer | eric <eric@FreeBSD.org> | 2001-04-17 13:31:20 +0000 |
commit | 58a881fa853d7177e7a3f96acf96e47408609849 (patch) | |
tree | 1c2e7e4ffe7f0e00791d207887b64a149c5874da /audio/wmusic/Makefile | |
parent | fa4b0c836a5cad38b10272440eb379bc9f924eac (diff) | |
download | FreeBSD-ports-58a881fa853d7177e7a3f96acf96e47408609849.zip FreeBSD-ports-58a881fa853d7177e7a3f96acf96e47408609849.tar.gz |
Update to the latest (1.4.6), fixing fetchability.
PR: 26627
Approved by: murray
Diffstat (limited to 'audio/wmusic/Makefile')
-rw-r--r-- | audio/wmusic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index 9f43973..021ea6d 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 |