diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 05:18:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 05:18:26 +0000 |
commit | 738637ceef2c2a96154bdb08453009ceefe63ca5 (patch) | |
tree | a477d858358bae3b9ba8b6ceb6e2dbf5d21aa679 /x11-toolkits/pango | |
parent | Correct typo in @unexec (diff) |
* 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] |