diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 2dbc59cdd62517ce3d991f5a9e4802218747c40a (patch) | |
tree | 5e4648487c14dbebc2ab89f7fa36a3c6b8934959 /audio/hydrogen | |
parent | 36fbb34bc519394874f58b5d9416ca6148c891ed (diff) | |
download | FreeBSD-ports-2dbc59cdd62517ce3d991f5a9e4802218747c40a.zip FreeBSD-ports-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'audio/hydrogen')
-rw-r--r-- | audio/hydrogen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/hydrogen/Makefile b/audio/hydrogen/Makefile index a35d4c8..c3c232d 100644 --- a/audio/hydrogen/Makefile +++ b/audio/hydrogen/Makefile @@ -7,7 +7,7 @@ PORTNAME= hydrogen PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,6 @@ COMMENT= An advanced drum machine BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_QT_VER= 3 CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include |