diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-11-11 17:20:02 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-11-11 17:20:02 +0000 |
commit | 479cfb2e0bb6823771d28566d88f8d1f63033363 (patch) | |
tree | ee8cb03413d8a16eb24bd237b2448fcc924024a4 /multimedia/xawtv | |
parent | 9e174d0445d4ba09181501631b7f90b370ee8270 (diff) | |
download | ports-479cfb2e0bb6823771d28566d88f8d1f63033363.tar.gz ports-479cfb2e0bb6823771d28566d88f8d1f63033363.zip |
Notes
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 c609ab58edf8..c0b935413a49 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 |