diff options
author | crees <crees@FreeBSD.org> | 2012-03-16 03:44:45 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-03-16 03:44:45 +0800 |
commit | a6aa8d33e52baa460866a30924c2f4ff86cad2b1 (patch) | |
tree | 2f5f34623913637c14fcd6c9a809ca6dee9f5d21 /textproc/gxditview | |
parent | d47697c6a70a31c43da2a08307ce0bb544de2352 (diff) | |
download | freebsd-ports-gnome-a6aa8d33e52baa460866a30924c2f4ff86cad2b1.tar.gz freebsd-ports-gnome-a6aa8d33e52baa460866a30924c2f4ff86cad2b1.tar.zst freebsd-ports-gnome-a6aa8d33e52baa460866a30924c2f4ff86cad2b1.zip |
Include bsd.port.options.mk to define SRC_BASE; otherwise
IGNORE is set unconditionally
Submitted by: 4721
Feature safe: yes
Diffstat (limited to 'textproc/gxditview')
-rw-r--r-- | textproc/gxditview/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/gxditview/Makefile b/textproc/gxditview/Makefile index 0aa24a3371e6..31ad3b791801 100644 --- a/textproc/gxditview/Makefile +++ b/textproc/gxditview/Makefile @@ -16,6 +16,9 @@ COMMENT= An X11 based previewer for groff output MAN1= gxditview.1 PLIST_FILES= bin/gxditview lib/X11/app-defaults/GXditview +NO_PACKAGE= requires system sources in sync + +.include <bsd.port.options.mk> .if !exists(${SRC_BASE}/contrib/groff/src) IGNORE= requires ${SRC_BASE}/contrib/groff/src to build |