diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-11 23:12:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-11 23:12:11 +0800 |
commit | 62cf7a35a94d90b00fd7d378b230563eaf2d5d33 (patch) | |
tree | d8ea962055805600f7f084daf7e6d70a10c6e155 /editors | |
parent | f030d9279670b48e788b6afcd6284bd3139f77c7 (diff) | |
download | freebsd-ports-gnome-62cf7a35a94d90b00fd7d378b230563eaf2d5d33.tar.gz freebsd-ports-gnome-62cf7a35a94d90b00fd7d378b230563eaf2d5d33.tar.zst freebsd-ports-gnome-62cf7a35a94d90b00fd7d378b230563eaf2d5d33.zip |
Support stage
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnome2-office/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile index 4052294e3cc3..20e007a07743 100644 --- a/editors/gnome2-office/Makefile +++ b/editors/gnome2-office/Makefile @@ -13,12 +13,10 @@ RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric \ dia:${PORTSDIR}/graphics/dia \ glabels:${PORTSDIR}/deskutils/glabels \ abiword:${PORTSDIR}/editors/abiword -# mergeant:${PORTSDIR}/databases/mergeant MASTERDIR= ${.CURDIR}/../../x11/gnome2 GNOME_SLAVE= yes DESCR= ${.CURDIR}/pkg-descr -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |