diff options
author | pgj <pgj@FreeBSD.org> | 2009-05-12 13:48:53 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2009-05-12 13:48:53 +0800 |
commit | a534ae9f79ee8c9259710d77039f44f750c4d7fc (patch) | |
tree | 2f62b4fe4040c225ea9112a8fc82d368d866a6f8 /devel | |
parent | 8bac8180fbd650ee18a420b8d1cb4567a75d9473 (diff) | |
download | freebsd-ports-gnome-a534ae9f79ee8c9259710d77039f44f750c4d7fc.tar.gz freebsd-ports-gnome-a534ae9f79ee8c9259710d77039f44f750c4d7fc.tar.zst freebsd-ports-gnome-a534ae9f79ee8c9259710d77039f44f750c4d7fc.zip |
- Unbreak build, fixed with recent textproc/yodl update
Approved by: tabthorpe (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libbobcat/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/libbobcat/Makefile b/devel/libbobcat/Makefile index 7e835c341143..baeab1e38481 100644 --- a/devel/libbobcat/Makefile +++ b/devel/libbobcat/Makefile @@ -15,8 +15,6 @@ EXTRACT_SUFX= .orig.tar.gz MAINTAINER= pgj@FreeBSD.org COMMENT= Brokken's Own Base Classes And Templates -BROKEN= does not compile - BUILD_DEPENDS= icmake:${PORTSDIR}/devel/icmake \ ${LOCALBASE}/include/X11/Xlib.h:${PORTSDIR}/x11/libX11 \ yodl>=2.0:${PORTSDIR}/textproc/yodl |