diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-08-07 11:32:33 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-08-07 11:32:33 +0000 |
commit | 1a369f037dbef408306b67fcc95385ed861354e2 (patch) | |
tree | f465fcded38ea1f9e3f198db39e0fc1eb750712e /multimedia/audacious/Makefile | |
parent | 1b14590892b06b0f3913667141443b8db84698c6 (diff) |
- Fix PLIST: Remove locale dirs not contained in BSD.x11-4.dist
- Bump PORTREVISION
- Use USE_LDCONFIG instead INSTALLS_SHLIB
PR: ports/101507
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Approved by: Stepan Zastupov <redchrom at gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=169964
Diffstat (limited to 'multimedia/audacious/Makefile')
-rw-r--r-- | multimedia/audacious/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 5d2f9781774c..499547660f2f 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -7,6 +7,7 @@ PORTNAME= audacious PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://audacious-media-player.org/release/ \ ${MASTER_SITE_LOCAL} @@ -27,7 +28,7 @@ USE_GETTEXT= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lstdc++" \ INPUT_PLUGINS="${INPUT_PLUGINS}" \ |