diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-01-11 02:48:09 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-01-11 02:48:09 +0000 |
commit | 69b4da235996ecb0653c0ef73e7fba900d998288 (patch) | |
tree | e2b1da9fee6796cccb40988fab7e6e18833e3854 /textproc/xmlroff/Makefile | |
parent | 53cfd59c6cf3f410db997a37838f9b6dfca3214a (diff) |
-Add a missing dependency. [1]
-Fix the build on FreeBSD 4.x.
Reported by: pointyhat via kris [1]
Submitted by: hrs and James Earl <james@icionline.ca> (maintainer)
Notes
Notes:
svn path=/head/; revision=126101
Diffstat (limited to 'textproc/xmlroff/Makefile')
-rw-r--r-- | textproc/xmlroff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xmlroff/Makefile b/textproc/xmlroff/Makefile index eb2d94cdcf4d..afcc6aa82a40 100644 --- a/textproc/xmlroff/Makefile +++ b/textproc/xmlroff/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmlroff PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,7 @@ LIB_DEPENDS= pangoxsl-1.0.600:${PORTSDIR}/x11-toolkits/pangoxsl USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget libgnomeprint +USE_GNOME= gnomehack gnometarget libgnomeprint libxslt INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --disable-gtk-doc \ |