diff options
author | kwm <kwm@FreeBSD.org> | 2014-03-29 21:24:08 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-03-29 21:24:08 +0800 |
commit | f37fc15de0c15d8bcbe1132d53742e01577246e3 (patch) | |
tree | 8a6e486837907bdd3b5da2e6f6cb927a7a35dcf0 /accessibility/gnome-mag/Makefile | |
parent | 5a4c1ce84387057fea88c0008d869a8b3b5f6700 (diff) | |
download | freebsd-ports-gnome-f37fc15de0c15d8bcbe1132d53742e01577246e3.tar.gz freebsd-ports-gnome-f37fc15de0c15d8bcbe1132d53742e01577246e3.tar.zst freebsd-ports-gnome-f37fc15de0c15d8bcbe1132d53742e01577246e3.zip |
Stage all gnome@ ports in accessibility, which finishes this category!
Diffstat (limited to 'accessibility/gnome-mag/Makefile')
-rw-r--r-- | accessibility/gnome-mag/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile index aea78e5494c4..97decff1aeea 100644 --- a/accessibility/gnome-mag/Makefile +++ b/accessibility/gnome-mag/Makefile @@ -12,7 +12,6 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME screen magnifier -NO_STAGE= yes USE_BZIP2= yes USE_XORG= xfixes xdamage ice xcomposite sm USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack @@ -24,6 +23,4 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCSDIR= ${PREFIX}/share/doc/gnome-mag-${PORTVERSION} -MAN1= magnifier.1 - .include <bsd.port.mk> |