diff options
author | mat <mat@FreeBSD.org> | 2016-05-25 23:43:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-05-25 23:43:34 +0800 |
commit | 9ec61f48def80e1a6cac88e7acc7894cc689135b (patch) | |
tree | c0750f82911803374c81b8cf05e2b96f037e2d8a /x11-toolkits | |
parent | 03d1cb7006bd787bb7333edbfdefa0fe8486d226 (diff) | |
download | freebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.tar.gz freebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.tar.zst freebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.zip |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index f180fdfb34c4..a86090699e94 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -17,8 +17,6 @@ LIB_DEPENDS= libpng.so:graphics/png MAKE_JOBS_UNSAFE= yes CONFLICTS= lesstif-[0-9]* -# WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -WRKSRC= ${WRKDIR}/motif-${PORTVERSION} USES= autoreconf gmake iconv jpeg libtool:keepla pkgconfig USE_XORG= x11 xaw xbitmaps xext xft xt |