forked from Lainports/freebsd-ports
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
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ GNU_CONFIGURE= yes
|
|||
|
||||
.ifdef HAVE_MOTIF
|
||||
CONFIGURE_ARGS= --with-motif
|
||||
# to ensure dependency info is generated properly
|
||||
REQUIRES_MOTIF= yes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue