diff options
author | anholt <anholt@FreeBSD.org> | 2004-05-09 08:05:54 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-05-09 08:05:54 +0000 |
commit | 4df3b82ddb5b37e79ba0265ea74aab2c930d9c03 (patch) | |
tree | 43576a032f0a4c1d7013b2c57216a0794af33bd1 /x11-toolkits/libXt | |
parent | fb348c9b5623069fd936bd082b7417b90e2ff047 (diff) | |
download | FreeBSD-ports-4df3b82ddb5b37e79ba0265ea74aab2c930d9c03.zip FreeBSD-ports-4df3b82ddb5b37e79ba0265ea74aab2c930d9c03.tar.gz |
Add missing xproto build depend.
Reported by: bento (kris)
Diffstat (limited to 'x11-toolkits/libXt')
-rw-r--r-- | x11-toolkits/libXt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index 21808f1..d8edc658 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -15,7 +15,8 @@ COMMENT= X Toolkit library LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ ${X11BASE}/libdata/pkgconfig/sm.pc:${PORTSDIR}/x11/libSM -BUILD_DEPENDS= ${LIB_PC_DEPENDS} +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ + ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} CONFLICTS= XFree86-libraries-* |