diff options
author | shaun <shaun@FreeBSD.org> | 2006-06-27 02:18:37 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-06-27 02:18:37 +0800 |
commit | bae1a8dbcb49c7d2a16a3ed4051dde1a335ec15a (patch) | |
tree | b784e0f8a543273d945641c66d90b57ca58834bb /audio/glame/Makefile | |
parent | bd3c8a3ce4c28bb9cfeabcb3f16781b8021058f4 (diff) | |
download | freebsd-ports-gnome-bae1a8dbcb49c7d2a16a3ed4051dde1a335ec15a.tar.gz freebsd-ports-gnome-bae1a8dbcb49c7d2a16a3ed4051dde1a335ec15a.tar.zst freebsd-ports-gnome-bae1a8dbcb49c7d2a16a3ed4051dde1a335ec15a.zip |
- Fix plist [1]
- portlint: spaces->tabs [1]
- Add USE_GETTEXT
PR: ports/99398 [1]
Submitted by: Diane Bruce <db@db.net>
Approved by: ahze (mentor)
Diffstat (limited to 'audio/glame/Makefile')
-rw-r--r-- | audio/glame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile index 0ec9914b50c2..d8395c4bd7d0 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -24,7 +24,8 @@ LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui USE_GCC= 3.4 -GNU_CONFIGURE= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl:15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ |