diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /devel/veepee | |
parent | Upgrade to INN 2.3.2. (diff) |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Notes
Notes:
svn path=/head/; revision=42259
Diffstat (limited to 'devel/veepee')
-rw-r--r-- | devel/veepee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/veepee/Makefile b/devel/veepee/Makefile index 3f6bf91fc2b3..d9a4b4527392 100644 --- a/devel/veepee/Makefile +++ b/devel/veepee/Makefile @@ -14,9 +14,9 @@ DISTNAME= VeePee-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - gd.2:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd +USE_GNOMELIBS= yes USE_XLIB= yes USE_PYTHON= yes USE_LIBTOOL= yes |