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 /x11-wm/fbpager | |
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 'x11-wm/fbpager')
-rw-r--r-- | x11-wm/fbpager/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fbpager/Makefile b/x11-wm/fbpager/Makefile index 59c584ead4b3..84407490d4f3 100644 --- a/x11-wm/fbpager/Makefile +++ b/x11-wm/fbpager/Makefile @@ -7,14 +7,14 @@ PORTNAME= fbpager PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://www.fluxbox.org/download/ MAINTAINER= novel@FreeBSD.org COMMENT= Desktop pager for the Fluxbox window manager -USE_X_PREFIX= yes +USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |