diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 01:35:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 01:35:30 +0000 |
commit | 6a3d1cc82049ccf86fef70786dfeb4c43bc3bdf8 (patch) | |
tree | c7b9778d3f389fbc14966859d865b4949f00d0c9 /x11-toolkits/gob | |
parent | 064b4fe6cdafd0d17bab40ab747b7be3697fdf6f (diff) | |
download | ports-6a3d1cc82049ccf86fef70786dfeb4c43bc3bdf8.tar.gz ports-6a3d1cc82049ccf86fef70786dfeb4c43bc3bdf8.zip |
Use USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=63641
Diffstat (limited to 'x11-toolkits/gob')
-rw-r--r-- | x11-toolkits/gob/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gob/Makefile b/x11-toolkits/gob/Makefile index 7891682d70a3..886a3fb5e019 100644 --- a/x11-toolkits/gob/Makefile +++ b/x11-toolkits/gob/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= stable/sources/gob MAINTAINER= gnome@FreeBSD.org USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |