diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /audio/liteamp | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'audio/liteamp')
-rw-r--r-- | audio/liteamp/Makefile | 4 | ||||
-rw-r--r-- | audio/liteamp/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile index 237809f8604e..69e9d71458bf 100644 --- a/audio/liteamp/Makefile +++ b/audio/liteamp/Makefile @@ -6,7 +6,7 @@ PORTNAME= liteamp PORTVERSION= 0.2.3.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio gnome MASTER_SITES= http://kldp.net/frs/download.php/547/ @@ -17,7 +17,7 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ mad.2:${PORTSDIR}/audio/mad \ vorbisfile.4:${PORTSDIR}/audio/libvorbis -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui gnomeprefix .ifndef WITHOUT_NLS diff --git a/audio/liteamp/pkg-plist b/audio/liteamp/pkg-plist index 613d7b7761b0..7faf25930cb9 100644 --- a/audio/liteamp/pkg-plist +++ b/audio/liteamp/pkg-plist @@ -29,3 +29,5 @@ share/gnome/pixmaps/liteamp/vol_mute.png share/gnome/pixmaps/liteamp/vol_up.png share/gnome/applications/liteamp.desktop @dirrm share/gnome/pixmaps/liteamp +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko |