diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-05 13:18:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-05 13:18:26 +0800 |
commit | 2e935c5ccb8b88a5d3e142e0b72107cbd0dff942 (patch) | |
tree | b6c36a0b0d7ceef1666abfd7f5d80d1fc2e228b6 /x11-toolkits/pango | |
parent | 1e717de26a19be11af50b48f00ac09934e7b0892 (diff) | |
download | freebsd-ports-gnome-2e935c5ccb8b88a5d3e142e0b72107cbd0dff942.tar.gz freebsd-ports-gnome-2e935c5ccb8b88a5d3e142e0b72107cbd0dff942.tar.zst freebsd-ports-gnome-2e935c5ccb8b88a5d3e142e0b72107cbd0dff942.zip |
* Allow these ports to build in a read-only ${PORTSDIR} [1]
* Remove USE_GNOMENG macro
Requested by: Cory Bajus <cbajus@mts.net> [1]
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 5e8dc888a03d..9371f41368fa 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -31,11 +31,11 @@ USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_GNOMENG= yes USE_GNOME= gnomehack CONFIGURE_ARGS= --with-qt=no \ --with-html-dir=${PREFIX}/share/doc \ --enable-static +PKGINSTALL= ${WRKDIR}/pkg-install # Hmm.. tough one. Found this one when I had graphics/hdf installed # (which installs glist.h) which is picked up before the glib-2.0 # stuff, with Bad Results[tm] |