diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
commit | b8135727e5667c1cf0af2467f39e896962b6e1fc (patch) | |
tree | 19e1ac2018f516017690be5624a0e40e49f97f91 /ftp | |
parent | a0b37a133663ea3ad18eb2ec50066fa33923045f (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209563
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wmget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wmget/Makefile b/ftp/wmget/Makefile index 78df8f602fb4..5c3f6e01b08a 100644 --- a/ftp/wmget/Makefile +++ b/ftp/wmget/Makefile @@ -6,7 +6,7 @@ PORTNAME= wmget PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= http://amtrickey.net/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,7 +16,7 @@ COMMENT= Dock app for Window Maker providing wget functionality LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl -USE_X_PREFIX= yes +USE_XORG= x11 xpm USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |