diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-03-11 13:53:07 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-03-11 13:53:07 +0800 |
commit | b270e239f5f70e61e7eceb515e5d608b18610cb1 (patch) | |
tree | 6ba7a93cec8579329f2969041a5329100772acb4 /graphics/liblug | |
parent | d0a01fe918d5b67cbc41a3226ce34b905e3e7abc (diff) | |
download | freebsd-ports-gnome-b270e239f5f70e61e7eceb515e5d608b18610cb1.tar.gz freebsd-ports-gnome-b270e239f5f70e61e7eceb515e5d608b18610cb1.tar.zst freebsd-ports-gnome-b270e239f5f70e61e7eceb515e5d608b18610cb1.zip |
Add USE_XLIB to Makefile.
PR: 25665
Submitted by: maintainer
Diffstat (limited to 'graphics/liblug')
-rw-r--r-- | graphics/liblug/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/liblug/Makefile b/graphics/liblug/Makefile index 8be2d7c9dce4..a647a193c5c0 100644 --- a/graphics/liblug/Makefile +++ b/graphics/liblug/Makefile @@ -15,6 +15,8 @@ MAINTAINER= greid@ukug.uk.freebsd.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +USE_XLIB= yes + WRKSRC= ${WRKDIR}/lug MAKEFILE= Makefile.linux INSTALLS_SHLIB= yes |