diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-04-13 17:33:02 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-04-13 17:33:02 +0000 |
commit | 794d97b8fee65fcd9e4ab844f2cb55e3958d505f (patch) | |
tree | aa3b104c1368ba3be785a772195377bbd057b9a7 /x11 | |
parent | 17461383b4d2458dc806465ea5011ccfffd11524 (diff) | |
download | ports-794d97b8fee65fcd9e4ab844f2cb55e3958d505f.tar.gz ports-794d97b8fee65fcd9e4ab844f2cb55e3958d505f.zip |
Notes
Diffstat (limited to 'x11')
-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} |