diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
commit | a246a0de817d9ea7bfd118678ddde72be2830e9a (patch) | |
tree | b20490166423cf88c8305ff88c3e3deaa4a2021c /misc | |
parent | 0426bcc9a76e82741f28356eba9e04d0195353a6 (diff) | |
download | freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.gz freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.zst freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/wminfo/Makefile | 3 | ||||
-rw-r--r-- | misc/xosd/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/misc/wminfo/Makefile b/misc/wminfo/Makefile index 26f87d73b131..86cf25c0a8b1 100644 --- a/misc/wminfo/Makefile +++ b/misc/wminfo/Makefile @@ -17,8 +17,7 @@ COMMENT= Dockapp to run shell scripts and display the output WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm post-patch: @${REINPLACE_CMD} -e 's|$$(LIBS)$$|& $$(OBJS)|g' \ diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 8929597b9fd0..b9c92feab257 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -7,7 +7,7 @@ PORTNAME= xosd PORTVERSION= 2.2.12 -PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.ignavus.net/ \ ${MASTER_SITE_LOCAL} @@ -18,7 +18,6 @@ COMMENT= X On-Screen-Display Library and XMMS plug-in XMMS_CONFIG?= ${X11BASE}/bin/xmms-config USE_BZIP2= yes -USE_X_PREFIX= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes |