diff options
author | mm <mm@FreeBSD.org> | 2007-08-26 23:51:14 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-08-26 23:51:14 +0800 |
commit | de398489e1372011125ff82a450f73fa51aa023d (patch) | |
tree | 63cf86e92e6f3ad1fe3ff49c50e18a9281913f4f /graphics/libungif | |
parent | 349ec876ac4442eb823710a330c4f2b5cd2f5730 (diff) | |
download | freebsd-ports-gnome-de398489e1372011125ff82a450f73fa51aa023d.tar.gz freebsd-ports-gnome-de398489e1372011125ff82a450f73fa51aa023d.tar.zst freebsd-ports-gnome-de398489e1372011125ff82a450f73fa51aa023d.zip |
- Replace USE_XLIB with USE_XORG=sm x11
- Bump PORTREVISION
PR: ports/115077
Approved by: dinoex (maintainer, private e-mail)
Diffstat (limited to 'graphics/libungif')
-rw-r--r-- | graphics/libungif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index b835c23c0474..04d6ae61aa83 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -7,7 +7,7 @@ PORTNAME= libungif PORTVERSION= 4.1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,7 +27,7 @@ PLIST_SUB+= X11='@comment ' CONFIGURE_ARGS+= --with-x=no NOX11SUFFIX= -nox11 .else -USE_XLIB= sm ice +USE_XORG= sm x11 PLIST_SUB+= X11='' .endif |