diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 17:49:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 17:49:58 +0000 |
commit | ecedaa4486175f1dbbf3e950f3c739af5fa41a97 (patch) | |
tree | 0638fc6a23bc83847ec2c5833360b3bec927a507 /graphics | |
parent | 387708de8b3fe23b3432b69d0b95f4473a034123 (diff) |
Notes
Diffstat (limited to 'graphics')
-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" |