diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-28 22:16:10 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-28 22:16:10 +0000 |
commit | daf4cc81e4d055f630943b557402293b79680953 (patch) | |
tree | 8478681967016f816092cb7e0ded4578aa26bd4e /audio/lindele | |
parent | ffcbb5ca66c4bee1c2b113913a1208cd9f034a27 (diff) | |
download | ports-daf4cc81e4d055f630943b557402293b79680953.tar.gz ports-daf4cc81e4d055f630943b557402293b79680953.zip |
Notes
Diffstat (limited to 'audio/lindele')
-rw-r--r-- | audio/lindele/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/lindele/Makefile b/audio/lindele/Makefile index 48659cb1f6f6..a14490394c5c 100644 --- a/audio/lindele/Makefile +++ b/audio/lindele/Makefile @@ -7,6 +7,7 @@ PORTNAME= lindele PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.gna.org/${PORTNAME}/ @@ -19,7 +20,8 @@ LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ USE_X_PREFIX= yes USE_REINPLACE= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui gstreamerplugins +USE_GNOME= gnomehack gnomeprefix libgnomeui +USE_GSTREAMER= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |