diff options
Diffstat (limited to 'audio/marlin/Makefile')
-rw-r--r-- | audio/marlin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/marlin/Makefile b/audio/marlin/Makefile index 350371e667c5..a7ae2048d170 100644 --- a/audio/marlin/Makefile +++ b/audio/marlin/Makefile @@ -6,7 +6,7 @@ PORTNAME= marlin PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ USE_GNOME= gnomeprefix gnomehack gnometarget intlhack libgnomeui nautiluscdburne USE_GSTREAMER= flac gconf mad vorbis INSTALLS_OMF= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lcam" |