diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-19 06:04:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-19 06:04:30 +0800 |
commit | c72606959f56dd812d488f6685174afd6a6cfa3f (patch) | |
tree | 099dbaf08f39357114316b1f8cbba785900651b1 /x11 | |
parent | 391cab804f3b324a427aec07f2f69c1f0f0b1434 (diff) | |
download | freebsd-ports-gnome-c72606959f56dd812d488f6685174afd6a6cfa3f.tar.gz freebsd-ports-gnome-c72606959f56dd812d488f6685174afd6a6cfa3f.tar.zst freebsd-ports-gnome-c72606959f56dd812d488f6685174afd6a6cfa3f.zip |
s/USE_XLIB/USE_XORG/ the usage was good, not the macro used
Bump portrevision as the number of dependencies for the ports has changed
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xwinwrap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xwinwrap/Makefile b/x11/xwinwrap/Makefile index 2167c47ca02e..24b6d0cad012 100644 --- a/x11/xwinwrap/Makefile +++ b/x11/xwinwrap/Makefile @@ -7,6 +7,7 @@ PORTNAME= xwinwrap PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \ http://tourservice.kz/zloidemon/distfiles/ \ @@ -19,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} ONLY_FOR_ARCHS= amd64 i386 USE_BZIP2= yes -USE_XLIB= x11 xproto xrender xext +USE_XORG= x11 xproto xrender xext PLIST_FILES= bin/${PORTNAME} .include <bsd.port.pre.mk> |