diff options
author | ak <ak@FreeBSD.org> | 2013-04-24 18:10:30 +0000 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-24 18:10:30 +0000 |
commit | bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e (patch) | |
tree | 5883afe298a5f232e854b104fc944ca19c4f7e7f /graphics/libvisual04 | |
parent | 2e4755fb165fc85b66abbd26d0129a688b4273da (diff) | |
download | FreeBSD-ports-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.zip FreeBSD-ports-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.tar.gz |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
Diffstat (limited to 'graphics/libvisual04')
-rw-r--r-- | graphics/libvisual04/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile index 1f051a2..9a69a70 100644 --- a/graphics/libvisual04/Makefile +++ b/graphics/libvisual04/Makefile @@ -17,7 +17,7 @@ COMMENT= Abstraction library that sits between apps and visual plugin USE_AUTOTOOLS= libtool USE_GNOME= gnomehack pkgconfig -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |