diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /audio/dream | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'audio/dream')
-rw-r--r-- | audio/dream/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/dream/Makefile b/audio/dream/Makefile index c5a4414e93da..3e5b630e1070 100644 --- a/audio/dream/Makefile +++ b/audio/dream/Makefile @@ -6,10 +6,9 @@ PORTNAME= dream PORTVERSION= 1.6.25 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio hamradio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= drm +MASTER_SITES= SF/drm DISTNAME= drm-${PORTVERSION} MAINTAINER= xride@FreeBSD.org @@ -21,7 +20,6 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ BROKEN= Needs DRM enabled in FAAD -USE_X_PREFIX= yes USE_QT_VER= 3 GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include \ |