diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2010-01-21 16:37:40 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2010-01-21 16:37:40 +0000 |
commit | 3fe1287dc943cf28560e0828a756ac2afce65af4 (patch) | |
tree | d76d175e52edd5e30eb1de610315854902d99484 /x11-clocks | |
parent | 9609f957700c90a96c33ce55f2d7694503823b9a (diff) | |
download | ports-3fe1287dc943cf28560e0828a756ac2afce65af4.tar.gz ports-3fe1287dc943cf28560e0828a756ac2afce65af4.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/osdclock/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-clocks/osdclock/Makefile b/x11-clocks/osdclock/Makefile index 39d8e26a9d4d..0d65c61b3759 100644 --- a/x11-clocks/osdclock/Makefile +++ b/x11-clocks/osdclock/Makefile @@ -19,7 +19,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 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ PREFIX="${PREFIX}" |