diff options
author | trevor <trevor@FreeBSD.org> | 2003-06-01 15:25:10 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-06-01 15:25:10 +0800 |
commit | 982d2409162b58ae79a7e80148a839fecb557c36 (patch) | |
tree | 28171504e67b17cad8c89ec1d0fd2bb0b01337fd /x11-wm/clementine/Makefile | |
parent | c2ae62a618929625a70ab4d4c6cdeaa09dc4c3d0 (diff) | |
download | freebsd-ports-gnome-982d2409162b58ae79a7e80148a839fecb557c36.tar.gz freebsd-ports-gnome-982d2409162b58ae79a7e80148a839fecb557c36.tar.zst freebsd-ports-gnome-982d2409162b58ae79a7e80148a839fecb557c36.zip |
patch to enable compilation with GCC 3.2.2
Diffstat (limited to 'x11-wm/clementine/Makefile')
-rw-r--r-- | x11-wm/clementine/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-wm/clementine/Makefile b/x11-wm/clementine/Makefile index 49d262a55d4b..8ffc370056ed 100644 --- a/x11-wm/clementine/Makefile +++ b/x11-wm/clementine/Makefile @@ -17,12 +17,6 @@ COMMENT= Has title bars, iconizing, and styles (unstable) RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \ rxvt:${PORTSDIR}/x11/rxvt -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - PLIST= ${WRKDIR}/pkg-plist PKGMESSAGE= ${WRKDIR}/pkg-message USE_GMAKE= yes @@ -69,4 +63,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |