diff options
author | kris <kris@FreeBSD.org> | 2004-12-11 05:52:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-11 05:52:07 +0800 |
commit | b5787c1cb71b1d335df1272f213ce3140d66fe9b (patch) | |
tree | a545ddb56d8b0fb76a2e0084d95f24f8a45c184a /devel/adabindx | |
parent | 4fd435f6d6df646d36a3539062b597c7daa3fa5b (diff) | |
download | freebsd-ports-gnome-b5787c1cb71b1d335df1272f213ce3140d66fe9b.tar.gz freebsd-ports-gnome-b5787c1cb71b1d335df1272f213ce3140d66fe9b.tar.zst freebsd-ports-gnome-b5787c1cb71b1d335df1272f213ce3140d66fe9b.zip |
Set USE_X_PREFIX instead of manually overriding PREFIX.
Diffstat (limited to 'devel/adabindx')
-rw-r--r-- | devel/adabindx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/adabindx/Makefile b/devel/adabindx/Makefile index 199094e0b2c8..6c72cff21504 100644 --- a/devel/adabindx/Makefile +++ b/devel/adabindx/Makefile @@ -16,7 +16,7 @@ COMMENT= An Ada-binding to the X Window System and *tif BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat USE_MOTIF= yes -PREFIX= ${X11BASE} +USE_X_PREFIX= yes post-patch: # @mv ${WRKSRC}/lib ${WRKSRC}/src |