Set IGNORE for NOPORTDATA configurations:
Smalltalk port does not honour the NOPORTDATA flag and won't work if the port data is not installed Reported by: QAT
This commit is contained in:
parent
b862db7acd
commit
341f0843b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253705
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ USE_LDCONFIG= yes
|
|||
PLIST_SUB= VERSION="${PORTVERSION}"
|
||||
PORTDATA= *
|
||||
|
||||
.ifdef NOPORTDATA
|
||||
IGNORE= smalltalk requires port data, unset NOPORTDATA to install
|
||||
.endif
|
||||
|
||||
MAN1= gst.1 gst-load.1 gst-package.1 gst-sunit.1 gst-config.1 \
|
||||
gst-convert.1 gst-doc.1 gst-profile.1
|
||||
MLINKS= gst-load.1 gst-reload.1
|
||||
|
|
Loading…
Reference in a new issue