diff options
author | oliver <oliver@FreeBSD.org> | 2007-05-25 18:43:24 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-05-25 18:43:24 +0800 |
commit | 933a4f446218bbdb4fbd1fc2d785a8695258f20c (patch) | |
tree | 2dce04c9cb20c9dc3cb73d4b058a069f322739eb /multimedia/xawtv | |
parent | ef44fd223487865b4e3f2d1c5bbce55a38d42d10 (diff) | |
download | freebsd-ports-gnome-933a4f446218bbdb4fbd1fc2d785a8695258f20c.tar.gz freebsd-ports-gnome-933a4f446218bbdb4fbd1fc2d785a8695258f20c.tar.zst freebsd-ports-gnome-933a4f446218bbdb4fbd1fc2d785a8695258f20c.zip |
move from X11BASE to LOCALBASE
bump PORTREVISION
Diffstat (limited to 'multimedia/xawtv')
-rw-r--r-- | multimedia/xawtv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index 01db0931a481..e936357757b4 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -7,7 +7,7 @@ PORTNAME= xawtv PORTVERSION= 3.95 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://dl.bytesex.org/releases/xawtv/ @@ -32,11 +32,11 @@ USE_MOTIF= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_XPM= yes -USE_X_PREFIX= yes +USE_XLIB= yes CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ CFLAGS="-I${WRKSRC}/common" MAKE_ENV= verbose=yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes FILES_LIBJPEG= console/Subdir.mk debug/Subdir.mk x11/Subdir.mk |