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 /net | |
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 'net')
-rw-r--r-- | net/g2ipmsg/Makefile | 1 | ||||
-rw-r--r-- | net/wmnet/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/g2ipmsg/Makefile b/net/g2ipmsg/Makefile index 91a8f3752891..47a519f065d8 100644 --- a/net/g2ipmsg/Makefile +++ b/net/g2ipmsg/Makefile @@ -24,7 +24,6 @@ USE_GNOME= gnomeprefix gnomehack intlhack intltool pkgconfig \ libgnomeui libbonobo desktopfileutils gnomepanel USE_GSTREAMER= vorbis USE_ICONV= yes -USE_XLIB= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile index f9cfe3dd0bc6..d50813867135 100644 --- a/net/wmnet/Makefile +++ b/net/wmnet/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= novel MAINTAINER= novel@FreeBSD.org COMMENT= A network bandwidth monitor intended for the WindowMaker dock -USE_XPM= yes +USE_XORG= xpm MAN1= wmnet.1 PLIST_FILES= bin/wmnet |