diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 09:59:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 09:59:35 +0800 |
commit | b3d2b44728bf4556d33fb2bfaac90888120298b3 (patch) | |
tree | 9be18e69133a50c1dd28848c5a281a232b6e131f /graphics/libungif | |
parent | cb21602e5d5c1931edf714c9b29703fbf9e99eb2 (diff) | |
download | freebsd-ports-gnome-b3d2b44728bf4556d33fb2bfaac90888120298b3.tar.gz freebsd-ports-gnome-b3d2b44728bf4556d33fb2bfaac90888120298b3.tar.zst freebsd-ports-gnome-b3d2b44728bf4556d33fb2bfaac90888120298b3.zip |
Add USE_XLIB.
Diffstat (limited to 'graphics/libungif')
-rw-r--r-- | graphics/libungif/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index c05f731377fb..1ee3e0cbe15b 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -3,7 +3,7 @@ # Date created: 03 May 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/11/11 05:37:18 asami Exp $ +# $Id: Makefile,v 1.5 1998/11/20 08:50:51 tg Exp $ # DISTNAME= giflib-3.0 @@ -12,6 +12,8 @@ MASTER_SITES= http://earthspace.net/~esr/giflib/ MAINTAINER= tg@FreeBSD.ORG +USE_XLIB= yes + .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "elf" |