diff options
author | mm <mm@FreeBSD.org> | 2007-08-14 22:45:55 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-08-14 22:45:55 +0800 |
commit | 6339742503914524378167bf2691bb9a2507af55 (patch) | |
tree | 159f1c4fc8e5823a3efa508dd7dd505b000fad7a | |
parent | 21511c8051a85622eb13afe5ec5dd55b21df06dd (diff) | |
download | freebsd-ports-gnome-6339742503914524378167bf2691bb9a2507af55.tar.gz freebsd-ports-gnome-6339742503914524378167bf2691bb9a2507af55.tar.zst freebsd-ports-gnome-6339742503914524378167bf2691bb9a2507af55.zip |
- Replace USE_XLIB with USE_XORG=x11
- Bump PORTREVISION
Approved by: garga (mentor, implicit)
-rw-r--r-- | graphics/liblug/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/liblug/Makefile b/graphics/liblug/Makefile index db41d61a49bd..7714817654e0 100644 --- a/graphics/liblug/Makefile +++ b/graphics/liblug/Makefile @@ -7,7 +7,7 @@ PORTNAME= liblug PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= libs/graphics @@ -18,7 +18,7 @@ COMMENT= A multi-format graphics manipulation library LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff PLIST_FILES= lib/liblug.a -USE_XLIB= yes +USE_XORG= x11 WRKSRC= ${WRKDIR}/lug MAKEFILE= Makefile.linux |