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-clocks | |
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-clocks')
-rw-r--r-- | x11-clocks/alltraxclock/Makefile | 4 | ||||
-rw-r--r-- | x11-clocks/bmp-alarm/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/osdclock/Makefile | 3 |
3 files changed, 2 insertions, 6 deletions
diff --git a/x11-clocks/alltraxclock/Makefile b/x11-clocks/alltraxclock/Makefile index d6473cbdb7b2..595044c0c4c5 100644 --- a/x11-clocks/alltraxclock/Makefile +++ b/x11-clocks/alltraxclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= alltraxclock PORTVERSION= 2.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-clocks MASTER_SITES= http://perso.wanadoo.fr/alltrax/ \ ${MASTER_SITE_LOCAL} @@ -20,8 +20,6 @@ COMMENT= An analog clock plugin for gkrellm2 BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -USE_X_PREFIX= yes - ALL_TARGET= alltraxclock.so PLIST_FILES= libexec/gkrellm2/plugins/alltraxclock.so WRKSRC= ${WRKDIR}/${PORTNAME}2_0.2/ diff --git a/x11-clocks/bmp-alarm/Makefile b/x11-clocks/bmp-alarm/Makefile index e95d4a9002f9..c2edb024351b 100644 --- a/x11-clocks/bmp-alarm/Makefile +++ b/x11-clocks/bmp-alarm/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GNOME= gnometarget gtk20 -USE_X_PREFIX= yes GNU_CONFIGURE= yes PLIST_FILES= lib/bmp/General/libalarm.so diff --git a/x11-clocks/osdclock/Makefile b/x11-clocks/osdclock/Makefile index 78110a5357c6..f7f405517889 100644 --- a/x11-clocks/osdclock/Makefile +++ b/x11-clocks/osdclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= osdclock PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-clocks MASTER_SITES= http://leftorium.net/software/ \ ${MASTER_SITE_LOCAL} @@ -20,7 +20,6 @@ COMMENT= Small clock which uses libxosd to render text to the root window LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd USE_GCC= 3.4 -USE_X_PREFIX= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${X11BASE}/include" \ LDFLAGS="${LDFLAGS} -L${X11BASE}/lib ${PTHREAD_LIBS}" \ PREFIX="${PREFIX}" |