diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-22 18:58:03 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-22 18:58:03 +0800 |
commit | eb78a354b1e165d4645fd723adbde48f22d40559 (patch) | |
tree | 00b7abc8e4cca6acfb6aa85978482efdbb886c73 /devel/devhelp/Makefile | |
parent | 8c414a1c26fc3e7fe67d557da6c411feea358745 (diff) | |
download | marcuscom-ports-eb78a354b1e165d4645fd723adbde48f22d40559.tar marcuscom-ports-eb78a354b1e165d4645fd723adbde48f22d40559.tar.gz marcuscom-ports-eb78a354b1e165d4645fd723adbde48f22d40559.tar.bz2 marcuscom-ports-eb78a354b1e165d4645fd723adbde48f22d40559.tar.lz marcuscom-ports-eb78a354b1e165d4645fd723adbde48f22d40559.tar.xz marcuscom-ports-eb78a354b1e165d4645fd723adbde48f22d40559.tar.zst marcuscom-ports-eb78a354b1e165d4645fd723adbde48f22d40559.zip |
Needs libxslt to build and run [1]. Fix the port pkg-plist file because the .a static lib is not installed.
[1] Reported by: poudriere
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18912 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/devhelp/Makefile')
-rw-r--r-- | devel/devhelp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index c8dc99c91..43c1fe7d8 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -1,6 +1,6 @@ # Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/devel/devhelp3/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom$ PORTNAME= devhelp PORTVERSION= 3.6.1 @@ -16,8 +16,7 @@ LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 USE_XZ= yes USE_XORG= x11 USES= gettext gmake pathfix pkgconfig -USE_GNOME= gconf2 gnomeprefix gtk30 intlhack -USE_AUTOTOOLS= libtool +USE_GNOME= gconf2 gnomeprefix gtk30 intlhack libxslt GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes |