diff options
Diffstat (limited to 'audio/hydrogen/Makefile')
-rw-r--r-- | audio/hydrogen/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/hydrogen/Makefile b/audio/hydrogen/Makefile index f6322800d88a..6ab9a5a09700 100644 --- a/audio/hydrogen/Makefile +++ b/audio/hydrogen/Makefile @@ -9,8 +9,7 @@ PORTNAME= hydrogen PORTVERSION= 0.9.3 PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= jylefort@FreeBSD.org COMMENT= An advanced drum machine @@ -20,8 +19,8 @@ LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile GNU_CONFIGURE= yes USE_QT_VER= 3 -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ac_qmake="${LOCALBASE}/bin/qmake" \ ac_libraries="${LDFLAGS}" |