diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-03 13:14:35 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-03 13:14:35 +0800 |
commit | 1915f515b216a732336342dc5f75fc15522dd386 (patch) | |
tree | f1bca1068b3c2264534e807b6185569dc271a50c /audio/q-audio | |
parent | b0a59368cea94d80566afc72c000b41a68b3a8fe (diff) | |
download | freebsd-ports-gnome-1915f515b216a732336342dc5f75fc15522dd386.tar.gz freebsd-ports-gnome-1915f515b216a732336342dc5f75fc15522dd386.tar.zst freebsd-ports-gnome-1915f515b216a732336342dc5f75fc15522dd386.zip |
Remove USE_REINPLACE from ports in categories starting with A.
Diffstat (limited to 'audio/q-audio')
-rw-r--r-- | audio/q-audio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index 7d29831e83bd..2933c39f5b4f 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -20,7 +20,6 @@ COMMENT= Q-Audio -- digital audio interface for the Q language LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ q.6:${PORTSDIR}/lang/q -USE_REINPLACE= yes USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pthread="${PTHREAD_LIBS}" |