diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-10 12:20:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-10 12:20:43 +0000 |
commit | a5abb41db05a949cf3fe4a7bb18e49f69427473a (patch) | |
tree | 0821c11ee949b42ee16933a353478728e897fd5c /graphics/plotutils | |
parent | Add NO_LATEST_LINK, there is a newer version in the tree. (diff) |
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).
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 05b6116438e7..2d401243beb9 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -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: |