diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-11-15 20:05:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-11-15 20:05:16 +0000 |
commit | 6161de9f22cbf4e8641d80d553d4b653a1296b8f (patch) | |
tree | 0ffa8b3e35fccb1516e5812cf51dd078281f9606 /deskutils | |
parent | 299b967868094674a481123bae04d42b0ab3580b (diff) |
Add missing dependency on libxml2
Submitted by: bento via kris
Notes
Notes:
svn path=/head/; revision=94044
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/dlume/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/dlume/Makefile b/deskutils/dlume/Makefile index 3bd0c82ad666..2d525b70ae09 100644 --- a/deskutils/dlume/Makefile +++ b/deskutils/dlume/Makefile @@ -15,7 +15,7 @@ COMMENT= GTK2 address book USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnomeprefix gtk20 +USE_GNOME= gnomehack gnomeprefix gtk20 libxml2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |