diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2001-10-01 23:40:37 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2001-10-01 23:40:37 +0000 |
commit | 22d7bb310a3c1b4c783213ecedbd581f051634ea (patch) | |
tree | f3964e1f87dbbb8d5099081295164365c17de24e /x11-toolkits/xforms | |
parent | a2861de22639bd2bcc16e33b74af6fa99bca38b7 (diff) |
This is linked against libc.3, so add depend for misc/compat3x.
Notes
Notes:
svn path=/head/; revision=48324
Diffstat (limited to 'x11-toolkits/xforms')
-rw-r--r-- | x11-toolkits/xforms/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index bf8585bf73d1..65532069c20d 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= gena@NetVision.net.il +LIB_DEPENDS= c.3:${PORTSDIR}/misc/compat3x + USE_X_PREFIX= yes USE_XPM= yes INSTALLS_SHLIB= yes |