diff options
Diffstat (limited to 'audio/liboggz')
-rw-r--r-- | audio/liboggz/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/liboggz/Makefile b/audio/liboggz/Makefile index 40dc13dc9482..44ad5939f6d0 100644 --- a/audio/liboggz/Makefile +++ b/audio/liboggz/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: liboggz -# Date created: 08 October 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= liboggz DISTVERSION= 1.1.1 @@ -18,7 +14,7 @@ COMMENT= Simple Ogg API LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg USE_AUTOTOOLS= libtool -USE_GNOME= pkgconfig +USES= pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} --program-transform-name="" |