diff options
author | ade <ade@FreeBSD.org> | 2000-10-11 01:14:48 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-10-11 01:14:48 +0800 |
commit | b1f07f222d453c646453853b6e3782598a1f637a (patch) | |
tree | a8ff839bcfc975548537d0486a2326f18a5c5440 /textproc | |
parent | 4ee708673bb08a3a2e2c1beba839265bd5010a08 (diff) | |
download | freebsd-ports-gnome-b1f07f222d453c646453853b6e3782598a1f637a.tar.gz freebsd-ports-gnome-b1f07f222d453c646453853b6e3782598a1f637a.tar.zst freebsd-ports-gnome-b1f07f222d453c646453853b6e3782598a1f637a.zip |
Re-add USE_GMAKE to get around Makefile bogosity. Without this,
doing a 'make all' and 'make install' as two separate commands results
in the code being completely recompiled twice. Bleurgh.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 6cfd66ab1eb9..ca318a93c91a 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= stable/sources/libxml MAINTAINER= ade@FreeBSD.org +USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |