diff options
author | novel <novel@FreeBSD.org> | 2010-01-22 00:37:40 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2010-01-22 00:37:40 +0800 |
commit | cec4077503030ff33f5dc1d73e4a203b867d4b91 (patch) | |
tree | 1c025e50669a597e366d5a629369a5335bf60bbb /x11-clocks | |
parent | 72586a990a56329afc7cf8cf40c8dc9074ac12ff (diff) | |
download | freebsd-ports-gnome-cec4077503030ff33f5dc1d73e4a203b867d4b91.tar.gz freebsd-ports-gnome-cec4077503030ff33f5dc1d73e4a203b867d4b91.tar.zst freebsd-ports-gnome-cec4077503030ff33f5dc1d73e4a203b867d4b91.zip |
Drop USE_GCC=3.4 as it's no longer necessary.
PR: 141649
Submitted by: Andrius Morkunas <hinokind@gmail.com>
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}" |