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/wmtune/Makefile | |
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/wmtune/Makefile')
-rw-r--r-- | audio/wmtune/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/wmtune/Makefile b/audio/wmtune/Makefile index a9a691740ef7..6aa874d9b8ca 100644 --- a/audio/wmtune/Makefile +++ b/audio/wmtune/Makefile @@ -22,7 +22,6 @@ COMMENT= Dockable radio program for the BT848/878 and RadioTrack cards USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes -USE_REINPLACE= yes PATCH_ARGS =-p0 -d ${WRKDIR} |