diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-01-13 20:27:09 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-01-13 20:27:09 +0000 |
commit | 5cad280579530d0916175b28525541c4ff446681 (patch) | |
tree | f779f87a929f027c391f065ae7b6bb3a859e3760 | |
parent | 9432a91978b665f8ff1c919bc5ce24265af8c00d (diff) | |
download | ports-5cad280579530d0916175b28525541c4ff446681.tar.gz ports-5cad280579530d0916175b28525541c4ff446681.zip |
Add glib20 to USE_GNOME.
So where are those pointhat's stored?
Submitted by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=126347
-rw-r--r-- | net/libmms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libmms/Makefile b/net/libmms/Makefile index e478a74fc098..8a56e47155f2 100644 --- a/net/libmms/Makefile +++ b/net/libmms/Makefile @@ -15,7 +15,7 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Library for parsing mms:// and mmsh:// type network streams USE_REINPLACE= yes -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack gnometarget pkgconfig glib20 GNU_CONFIGURE= yes USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes |