diff options
author | oliver <oliver@FreeBSD.org> | 2005-11-12 01:20:02 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-11-12 01:20:02 +0800 |
commit | 267c238601ee34afbc7f0201140d2acf289b9664 (patch) | |
tree | 21fbfe95ec7327e027eac794b23ab0a5b69bde87 /multimedia/xawtv | |
parent | 8d2194658fcbe8bd94637114cff7d7475fbf5fa0 (diff) | |
download | freebsd-ports-graphics-267c238601ee34afbc7f0201140d2acf289b9664.tar.gz freebsd-ports-graphics-267c238601ee34afbc7f0201140d2acf289b9664.tar.zst freebsd-ports-graphics-267c238601ee34afbc7f0201140d2acf289b9664.zip |
remove one unneeded CONFIGURE_ENV parameter
Diffstat (limited to 'multimedia/xawtv')
-rw-r--r-- | multimedia/xawtv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index c609ab58edf..c0b935413a4 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -28,8 +28,7 @@ USE_GMAKE= yes USE_XPM= yes USE_X_PREFIX= yes USE_REINPLACE= yes -CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ - DLFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" MAKE_ENV= verbose=yes INSTALLS_SHLIB= yes |