diff options
author | mm <mm@FreeBSD.org> | 2007-08-14 22:32:40 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-08-14 22:32:40 +0800 |
commit | 21511c8051a85622eb13afe5ec5dd55b21df06dd (patch) | |
tree | e0a0e2e1b862d14d75861426f8e0c122e55da81c /graphics/libwmf | |
parent | ae7d51036bd742a768249f09a20dd3bacc62dd3d (diff) | |
download | freebsd-ports-gnome-21511c8051a85622eb13afe5ec5dd55b21df06dd.tar.gz freebsd-ports-gnome-21511c8051a85622eb13afe5ec5dd55b21df06dd.tar.zst freebsd-ports-gnome-21511c8051a85622eb13afe5ec5dd55b21df06dd.zip |
- Replace USE_XLIB with USE_XORG=x11
- Bump PORTREVISION
Approved by: garga (mentor, implicit)
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 1dcbb37d9307..8064dc406e2b 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -7,7 +7,7 @@ PORTNAME= libwmf PORTVERSION= 0.2.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware @@ -33,7 +33,7 @@ PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS+= --with-x=no PLIST_SUB+= X11='@comment ' .else -USE_XLIB= yes +USE_XORG= x11 PLIST_SUB+= X11='' .endif |