diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-03 05:14:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-03 05:14:35 +0000 |
commit | 179697185db80e426e28ad40d6d8ff6c2b143872 (patch) | |
tree | 1d93c88edb7b001cd163c05bf6a97f1ad07856e3 /audio/gqradio | |
parent | Remove obsolete USE_REINPLACE. (diff) |
Remove USE_REINPLACE from ports in categories starting with A.
Diffstat (limited to 'audio/gqradio')
-rw-r--r-- | audio/gqradio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/gqradio/Makefile b/audio/gqradio/Makefile index 8ef87508df6e..91747a62b53d 100644 --- a/audio/gqradio/Makefile +++ b/audio/gqradio/Makefile @@ -18,7 +18,6 @@ COMMENT= GTK2 based FM tuner USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 gnomehack gnomeprefix -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ |