- Strip binaries
- Register USE_XORG uses
This commit is contained in:
parent
ad7bd04ff9
commit
c8d41dea57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419811
1 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= xmms-ahx
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.tar.gz
|
||||
|
||||
|
@ -18,10 +18,13 @@ RUN_DEPENDS= xmms:multimedia/xmms
|
|||
PLIST_FILES= lib/xmms/Input/libahx.so
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool
|
||||
USES= gmake libtool gettext-runtime
|
||||
USE_XORG= xi xext x11
|
||||
USE_GNOME= gtk12
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue