diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 00:12:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 00:12:27 +0800 |
commit | 3f3500057389531e6b12dd6a478e9f5dfedb25a8 (patch) | |
tree | 2dadacac58def88807e03a3cedc0c39322423062 /textproc | |
parent | a925546b1110e65201e827e297b3d674f9dbf2d0 (diff) | |
download | freebsd-ports-gnome-3f3500057389531e6b12dd6a478e9f5dfedb25a8.tar.gz freebsd-ports-gnome-3f3500057389531e6b12dd6a478e9f5dfedb25a8.tar.zst freebsd-ports-gnome-3f3500057389531e6b12dd6a478e9f5dfedb25a8.zip |
Fix packaging as a user
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tinyxml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/tinyxml/Makefile b/textproc/tinyxml/Makefile index 958eb583f3d6..795a5e72e980 100644 --- a/textproc/tinyxml/Makefile +++ b/textproc/tinyxml/Makefile @@ -13,6 +13,7 @@ COMMENT= Small C++ XML parser WRKSRC= ${WRKDIR}/${PORTNAME} +USES= uidfix USE_LDCONFIG= YES SHLIB_MAJOR= 3 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" |