diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-24 17:10:12 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-24 17:10:12 +0000 |
commit | a7f96ee2b4fd02382fac8ce7d641218ad24bebb4 (patch) | |
tree | 27960191aae2948ea279e46ae507baa991c34b6e /x11-clocks/pclock | |
parent | 52c5d58921fcb6eaee151d4d2defbacbce3c598e (diff) | |
download | freebsd-ports-a7f96ee2b4fd02382fac8ce7d641218ad24bebb4.zip |
- Remove USE_X_PREFIX
- Add USE_XORG= (modules)
- Bump portrevision
Diffstat (limited to 'x11-clocks/pclock')
-rw-r--r-- | x11-clocks/pclock/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-clocks/pclock/Makefile b/x11-clocks/pclock/Makefile index 288f4865dd26..f21e3a37f054 100644 --- a/x11-clocks/pclock/Makefile +++ b/x11-clocks/pclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= pclock PORTVERSION= 0.13.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks windowmaker afterstep MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -17,8 +17,7 @@ COMMENT= Simple analog clock program for the Window Maker dock WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig/src -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xau xdmcp xext xpm MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" OBJS="Main.o Graphics.o" \ INCDIR="-I. -I${X11BASE}/include ${CPPFLAGS}" \ LIBDIR="-L${X11BASE}/lib ${LDFLAGS}" |