diff options
author | garga <garga@FreeBSD.org> | 2008-04-14 01:33:02 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-04-14 01:33:02 +0800 |
commit | add8140baa0e462b9e54db4a83d50a5276910302 (patch) | |
tree | 3dc20beb9a70944924e8274d357f7451bdd54e5f /x11/gmrun | |
parent | 87c7b7f2c30e51928e09109f993e719c6d04cf93 (diff) | |
download | freebsd-ports-gnome-add8140baa0e462b9e54db4a83d50a5276910302.tar.gz freebsd-ports-gnome-add8140baa0e462b9e54db4a83d50a5276910302.tar.zst freebsd-ports-gnome-add8140baa0e462b9e54db4a83d50a5276910302.zip |
- Remove BROKEN since it's working again on amd64 (tested on 7-STABLE)
- Take maintainership
Diffstat (limited to 'x11/gmrun')
-rw-r--r-- | x11/gmrun/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index c92c4c14d763..60e003f435a3 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -12,7 +12,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= garga@FreeBSD.org COMMENT= A customizable program to run programs, with tab-completion LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt @@ -31,10 +31,6 @@ PLIST_DIRS= %%DATADIR%% .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= Doesn't run, segmentation fault -.endif - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |