diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-12 22:15:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-12 22:15:18 +0000 |
commit | df28a111dac905f20f71ada27dbadc2340994021 (patch) | |
tree | 53de5d703648116d3eba42736ef12531e58fd871 | |
parent | ea45e4cd1a333d5a8db087f0662b5a955860e798 (diff) |
Notes
-rw-r--r-- | comms/gpsk31/Makefile | 2 | ||||
-rw-r--r-- | editors/flim-xemacs21-mule/Makefile | 2 | ||||
-rw-r--r-- | irc/pure-xemacs21-mule/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/ocaml-lablgtk2/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/comms/gpsk31/Makefile b/comms/gpsk31/Makefile index 79ed84d4dec1..6302fe4a080f 100644 --- a/comms/gpsk31/Makefile +++ b/comms/gpsk31/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.qsl.net/pg4i/download/ MAINTAINER= xride@x12.dk COMMENT= A gtk psk31 client +BROKEN= Incomplete pkg-plist + USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_X_PREFIX= yes diff --git a/editors/flim-xemacs21-mule/Makefile b/editors/flim-xemacs21-mule/Makefile index 4045c43d1c40..e0cb0bab26ff 100644 --- a/editors/flim-xemacs21-mule/Makefile +++ b/editors/flim-xemacs21-mule/Makefile @@ -13,6 +13,8 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../editors/flim COMMENT= FLIM, message representation or encoding elisp library for xemacs21-mule +BROKEN= Incomplete pkg-plist + # emacs port setup USE_EMACS= yes EMACS_PORT_NAME= xemacs21-mule diff --git a/irc/pure-xemacs21-mule/Makefile b/irc/pure-xemacs21-mule/Makefile index 27659fc583aa..b9ead596887a 100644 --- a/irc/pure-xemacs21-mule/Makefile +++ b/irc/pure-xemacs21-mule/Makefile @@ -7,6 +7,8 @@ MASTERDIR= ${.CURDIR}/../pure-emacs20 +BROKEN= Incomplete pkg-plist + USE_EMACS= yes EMACS_PORT_NAME= xemacs21-mule LISPDIR= ${EMACS_LIBDIR}/site-packages/lisp/${PORTNAME} diff --git a/x11-toolkits/ocaml-lablgtk2/Makefile b/x11-toolkits/ocaml-lablgtk2/Makefile index d837e4379358..d9bb97d22b74 100644 --- a/x11-toolkits/ocaml-lablgtk2/Makefile +++ b/x11-toolkits/ocaml-lablgtk2/Makefile @@ -20,6 +20,8 @@ COMMENT= An Objective Caml interface to GTK+ 2.x BUILD_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml RUN_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml +BROKEN= Incomplete pkg-plist + USE_GMAKE= yes USE_GNOME= gtk20 |