diff options
Diffstat (limited to 'audio/songprint/Makefile')
-rw-r--r-- | audio/songprint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/songprint/Makefile b/audio/songprint/Makefile index da2bd47b6145..0a6ca9f64a8e 100644 --- a/audio/songprint/Makefile +++ b/audio/songprint/Makefile @@ -18,8 +18,9 @@ COMMENT= Library for acoustic fingerprinting of music from Freetantrum (TM) LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw USE_GNOME= glib12 -GNU_CONFIGURE= yes USE_GMAKE= yes +USE_SIZE= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes |