diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-21 17:26:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-21 17:26:41 +0800 |
commit | 928757861e92c755c97f2c3a2386ff572f95cbfb (patch) | |
tree | 193e5f1b23fbc22ca505e73d086ec64c1f87d897 /textproc | |
parent | 2b09b5ec1ac31b9ce4b7f7d8b1740876cd4c8857 (diff) | |
download | freebsd-ports-gnome-928757861e92c755c97f2c3a2386ff572f95cbfb.tar.gz freebsd-ports-gnome-928757861e92c755c97f2c3a2386ff572f95cbfb.tar.zst freebsd-ports-gnome-928757861e92c755c97f2c3a2386ff572f95cbfb.zip |
Oops, had a line commented out.
Diffstat (limited to 'textproc')
-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" \ |