a9144ac62b
(reported and fixed upstream) - display option TCL only for Master port, it makes no sense if the slave can de-select a required option - remove broken barnyard-sguil (master port was removed 2011-04-04) - add new port barnyard2-sguil [1] - add entry to MOVED PR: ports/156188 [1] Submitted by: me Approved by: maintainer timeout
12 lines
165 B
Makefile
12 lines
165 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -sguil
|
|
|
|
MASTERDIR= ${.CURDIR}/../barnyard2
|
|
|
|
# enable tcl binding for sguil
|
|
WITH_TCL= yes
|
|
SLAVE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|