diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-19 01:49:58 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-19 01:49:58 +0800 |
commit | 97e6adf98bde411f6db2a90122defe9b4d6ce05b (patch) | |
tree | aaf6e9348de6d16beffc3865caf6ff5abdbf7487 /graphics/simage/Makefile | |
parent | 02b4ec643d64728de79e23f96702f460eba2684a (diff) | |
download | freebsd-ports-gnome-97e6adf98bde411f6db2a90122defe9b4d6ce05b.tar.gz freebsd-ports-gnome-97e6adf98bde411f6db2a90122defe9b4d6ce05b.tar.zst freebsd-ports-gnome-97e6adf98bde411f6db2a90122defe9b4d6ce05b.zip |
add X dependence
Diffstat (limited to 'graphics/simage/Makefile')
-rw-r--r-- | graphics/simage/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index bf94045697d4..9cae4212bf5b 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ ungif.5:${PORTSDIR}/graphics/libungif USE_REINPLACE= yes +USE_XLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |