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 /x11-toolkits/libgnomeuimm26 | |
parent | 9542b8ed84ff50cc5ffafd8551354b10a4a11243 (diff) | |
download | ports-ad16e3450afab7b4a7a7397f9342763bcdd6be3f.tar.gz ports-ad16e3450afab7b4a7a7397f9342763bcdd6be3f.zip |
- Change my maintainer address.
- Use gnomehack for pkgconfig libdir.
Approved by: marcus (mentor)
Notes
Notes:
svn path=/head/; revision=87106
Diffstat (limited to 'x11-toolkits/libgnomeuimm26')
-rw-r--r-- | x11-toolkits/libgnomeuimm26/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/libgnomeuimm26/files/patch-libgnome::Makefile.in | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile index 1ac2cc8ab847..82e369448d1a 100644 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ b/x11-toolkits/libgnomeuimm26/Makefile @@ -13,7 +13,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 libgnomeui library LIB_DEPENDS= gnomemm-1.3:${PORTSDIR}/x11/libgnomemm \ @@ -25,7 +25,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= libgnomeui +USE_GNOME= gnomehack libgnomeui USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/x11-toolkits/libgnomeuimm26/files/patch-libgnome::Makefile.in b/x11-toolkits/libgnomeuimm26/files/patch-libgnome::Makefile.in deleted file mode 100644 index 950e02ccf14d..000000000000 --- a/x11-toolkits/libgnomeuimm26/files/patch-libgnome::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomeui/Makefile.in.orig Wed May 21 17:35:20 2003 -+++ libgnomeui/Makefile.in Wed May 21 17:35:40 2003 -@@ -158,7 +158,7 @@ - libgnomeuimm_configdir = $(libdir)/libgnomeuimm-2.0/include - libgnomeuimm_config_DATA = libgnomeuimmconfig.h - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libgnomeuimm-2.0.pc - subdir = libgnomeui - mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs |