diff options
author | mezz <mezz@FreeBSD.org> | 2006-06-01 08:49:24 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-06-01 08:49:24 +0800 |
commit | 03e3ff31be0308dcb72b905e6c12484d24bf0210 (patch) | |
tree | 37ecca54199d8bfc2bb05b802c6bf9497d73bb58 /x11-toolkits/pango/Makefile | |
parent | 481ad6ec13d1e78d04dabd0032d8047dbc1dcf7d (diff) | |
download | freebsd-ports-gnome-03e3ff31be0308dcb72b905e6c12484d24bf0210.tar.gz freebsd-ports-gnome-03e3ff31be0308dcb72b905e6c12484d24bf0210.tar.zst freebsd-ports-gnome-03e3ff31be0308dcb72b905e6c12484d24bf0210.zip |
Looked at pango CVS history and it never has USE_X_PREFIX.
Diffstat (limited to 'x11-toolkits/pango/Makefile')
-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 44da9d7cb16b..55ae37e1de98 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ USE_GETTEXT= yes USE_GMAKE= yes -USE_X_PREFIX= yes +PREFIX?= ${X11BASE} INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 ltverhack referencehack |