diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
commit | ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch) | |
tree | e23ad8f32a26812997940fcbb692cd233adb348c /x11-clocks | |
parent | 74afc71c04a50797560e13b9718ee538eba6b691 (diff) | |
download | ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.tar.gz ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.zip |
Notes
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}" |