diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /audio/x11amp/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'audio/x11amp/Makefile')
-rw-r--r-- | audio/x11amp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index 3948a784597a..dfdc0c3d4171 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -7,7 +7,7 @@ PORTNAME= x11amp PORTVERSION= 0.9.b1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/misc/x11amp/0.9/ \ ftp://ftp.sci-nnov.ru/pub/FreeBSD/ports/distfiles/ @@ -18,8 +18,7 @@ COMMENT= X11-based MP3 player with nice graphical interface USE_XLIB= yes USE_GNOME= gtk12 esound -USE_AUTOTOOLS= libtool:15 -LIBTOOLFILES= configure libx11amp/configure +GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" @@ -27,5 +26,6 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" post-extract: @${CP} ${FILESDIR}/main.xpm ${WRKSRC}/x11amp/defskin + @${CHMOD} a+x ${WRKSRC}/ltconfig .include <bsd.port.post.mk> |