Add REQUIRES_MOTIF if Motif support is turned on. Necessary for
proper dependency info. Note that this port still doesn't build right (it needs to use ${MOTIFLIB} instead of -lXm).
This commit is contained in:
parent
9a3d77d4f2
commit
a5abb41db0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21567
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ GNU_CONFIGURE= yes
|
||||||
|
|
||||||
.ifdef HAVE_MOTIF
|
.ifdef HAVE_MOTIF
|
||||||
CONFIGURE_ARGS= --with-motif
|
CONFIGURE_ARGS= --with-motif
|
||||||
|
# to ensure dependency info is generated properly
|
||||||
|
REQUIRES_MOTIF= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
Loading…
Reference in a new issue