diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-08-17 04:01:04 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-08-17 04:01:04 +0000 |
commit | ad16e3450afab7b4a7a7397f9342763bcdd6be3f (patch) | |
tree | f29f66a8b700525e6c1425c7fb890011544e8f7a /devel/libglademm/Makefile | |
parent | 9542b8ed84ff50cc5ffafd8551354b10a4a11243 (diff) |
- Change my maintainer address.
- Use gnomehack for pkgconfig libdir.
Approved by: marcus (mentor)
Notes
Notes:
svn path=/head/; revision=87106
Diffstat (limited to 'devel/libglademm/Makefile')
-rw-r--r-- | devel/libglademm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libglademm/Makefile b/devel/libglademm/Makefile index fd14174ae148..9ae1bc9a3f52 100644 --- a/devel/libglademm/Makefile +++ b/devel/libglademm/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkmm DIST_SUBDIR= gnome2 -MAINTAINER= bland@mail.ru +MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrapper for libglade2 library LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 @@ -20,7 +20,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= libglade2 +USE_GNOME= gnomehack libglade2 USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static |