diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
commit | c22aaf7f433f98e6e7f5462f011c28452551fa66 (patch) | |
tree | ebb3d42b914ee38a4b035a758a453d5895ba02f4 /x11-clocks | |
parent | a019873646f1ce62f504138ea5172bb1d5ee2258 (diff) | |
download | freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.gz freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.zst freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.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-clocks')
-rw-r--r-- | x11-clocks/sanduhr/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/wmfishtime/Makefile | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11-clocks/sanduhr/Makefile b/x11-clocks/sanduhr/Makefile index c4935b9d4799..ce93dd605e5c 100644 --- a/x11-clocks/sanduhr/Makefile +++ b/x11-clocks/sanduhr/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= http://seehuhn.de/media/programs/ MAINTAINER= araujo@FreeBSD.org COMMENT= An alarm clock for GNOME desktop designed as a sand-glass -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnometarget gnomeprefix libgnomeui oaf USE_GMAKE= yes INSTALLS_OMF= yes diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile index bd21a2156cef..f87a6acb79c8 100644 --- a/x11-clocks/wmfishtime/Makefile +++ b/x11-clocks/wmfishtime/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmfishtime PORTVERSION= 1.24 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \ http://atreides.freenix.no/~anders/ @@ -16,7 +16,6 @@ MAINTAINER= anders@FreeBSD.org COMMENT= A time/date applet for WindowMaker with fishes swimming around USE_GNOME= gtk12 -USE_X_PREFIX= yes GTK_LIBS?= `${GTK_CONFIG} --libs` GTK_CFLAGS?= `${GTK_CONFIG} --cflags` |