diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-21 09:26:41 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-21 09:26:41 +0000 |
commit | 54a2ddddb2eccc4c3f9fd7fc617d8bfbb395df91 (patch) | |
tree | c4e6fa74b088945229e6e6962ab480f93839fe38 /textproc/libxode | |
parent | bead73da3e147090707d1496dd30ac7780c326a4 (diff) | |
download | ports-54a2ddddb2eccc4c3f9fd7fc617d8bfbb395df91.tar.gz ports-54a2ddddb2eccc4c3f9fd7fc617d8bfbb395df91.zip |
Oops, had a line commented out.
Notes
Notes:
svn path=/head/; revision=71750
Diffstat (limited to 'textproc/libxode')
-rw-r--r-- | textproc/libxode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile index 748d7e7d35cf..36fdc44c9c52 100644 --- a/textproc/libxode/Makefile +++ b/textproc/libxode/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -#LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |